-
Notifications
You must be signed in to change notification settings - Fork 88
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
TDL-6829 added backoff for incompleteread error #144
Conversation
@@ -77,6 +78,10 @@ def is_timeout_error(error_raised): | |||
return True | |||
|
|||
def shopify_error_handling(fnc): | |||
@backoff.on_exception(backoff.expo, # IncompleteRead error raised |
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.
Can we merge this inside below backoff?
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.
No, we cannot merge it as it has giveup function here
3a30901
to
79101ce
Compare
79101ce
to
b0f4c3c
Compare
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.
👍🏻 LGTM
Description of change
QA steps
Risks
Rollback steps