This commit is contained in:
di-sukharev
2023-05-20 13:14:34 +08:00
parent 8d09fe0b7c
commit 4552cc49a8
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ async function improveCommitMessagesWithRebase(commits: CommitsArray) {
});
// openAI errors with 429 code (too many requests) so lets sleep a bit
outro('Sleeping for 1s');
await sleep(1000);
}