-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TDL-26714: Fix ratelimit error and add retry for 5xx errors (#155)
* Fix 502 and 429 error * Fix pylint issue * Replace batch size with concurrency_limit * Fix rate limit issue * Remove 404 log * Increase buffer wait time * Skip deleted tickets * Move forward inf condition * Add unit tests for deleted tickets * Address review comments * Fix pylint
- Loading branch information
Showing
4 changed files
with
345 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.