-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Request Batcher #2121
HTTP Request Batcher #2121
Conversation
https://eaflood.atlassian.net/browse/IWTF-4525 HTTP Request Batcher to send HTTP requests as a batch lot, dynamically responding to 429 responses to reduce batch size and resending these requests as necessary.
…in the todo at the end of the file
…ne for every 429 response received to a minimum of one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why this file is showing as a change - the code in here is identical to what's on the develop branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, I don't know why these changes are showing - the file is identical to what's on the develop branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Maybe worth a rebase to clean up the mystery diff, just in case?
|
https://eaflood.atlassian.net/browse/IWTF-4525
HTTP Request Batcher to send HTTP requests as a batch lot, dynamically responding to 429 responses to reduce batch size and resending these requests as necessary.