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

Support Retry with Backoff #251

Open
jwulf opened this issue Oct 31, 2022 · 2 comments
Open

Support Retry with Backoff #251

jwulf opened this issue Oct 31, 2022 · 2 comments
Assignees

Comments

@jwulf
Copy link
Member

jwulf commented Oct 31, 2022

Zeebe 8.1 exposed a fail job with retry backoff API. This allows clients to specify a delay before the job is made available for reactivation by the broker. This can help with rate-limiting of external APIs.

This issue is to track implementing this feature in the Spring Zeebe client.

@jwulf jwulf self-assigned this Oct 31, 2022
@fml2
Copy link
Contributor

fml2 commented Mar 16, 2023

Hello, any news on this?

What is the suggested way to implement a retry with backoff while this is still not implemented? Send a command via zeebeClient (zeebeClient.newFailCommand().retries(...).retryBackoff(...))?

@falko
Copy link
Contributor

falko commented Jul 18, 2023

Using the JobClient should work as a workaround: https://github.com/camunda-community-hub/spring-zeebe#programmatically-completing-jobs

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

No branches or pull requests

3 participants