fix(basic.gblib): Databases. #392 @othonlima.

This commit is contained in:
Rodrigo Rodriguez 2023-12-01 22:17:13 -03:00
parent 165619960d
commit d79221a7ff

View file

@ -1623,7 +1623,7 @@ export class SystemKeywords {
}); });
}; };
GBLog.info(`Waiting 1min. before retrynig GET: ${url}.`); GBLog.info(`Waiting 1min. before retrynig GET: ${url}.`);
sleep(60 * 1000); await sleep(60 * 1000);
throw new Error(`BASIC: TOO MANY REQUESTS retrying after 1(one) minute now: ${result.statusText}.`); throw new Error(`BASIC: TOO MANY REQUESTS retrying after 1(one) minute now: ${result.statusText}.`);
} }