Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants