spring-zeebe
spring-zeebe copied to clipboard
Support Retry with Backoff
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.
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(...))?
Using the JobClient should work as a workaround: https://github.com/camunda-community-hub/spring-zeebe#programmatically-completing-jobs