You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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(...))?
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.
The text was updated successfully, but these errors were encountered: