-
Notifications
You must be signed in to change notification settings - Fork 67
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
Allow client to suggest delay until next retry #334
Conversation
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 LGTM, left a single comment.
a106d32
to
0c3cbf0
Compare
10bf20f
to
32d3317
Compare
32d3317
to
9bcea1f
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.
Makes sense to me
e8d8f4c
to
86362a9
Compare
86362a9
to
3384ea5
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.
After number of different attempts I saw here, and bunch of discussions, I believe this is the best way to do it.
What changed?
retry_after
field was added toRespondActivityTaskFailedRequest
message.Why?
Activity should be able to specify retry interval.
Breaking changes
No.