Skip to content
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

Clients can set an optional backoff time to the failed tasks #305

Closed
Andy-JB opened this issue Jun 3, 2022 · 1 comment · Fixed by #383
Closed

Clients can set an optional backoff time to the failed tasks #305

Andy-JB opened this issue Jun 3, 2022 · 1 comment · Fixed by #383

Comments

@Andy-JB
Copy link
Contributor

Andy-JB commented Jun 3, 2022

Is your feature request related to a problem? Please describe.
There is no way to have a job handler set the retry backoff time for a task. Therefore to achieve this functionality, one would need to handle it as part of the process. This is considered an anti pattern.

Describe the solution you'd like
Provide handlers with an API to fail jobs and set the retry backoff time. Similar to the merged solution for the Java client

@aanodin
Copy link

aanodin commented Jan 11, 2023

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants