fix(basic.gblib): Databases. #392 @othonlima.
This commit is contained in:
parent
165619960d
commit
d79221a7ff
1 changed files with 1 additions and 1 deletions
|
@ -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}.`);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue