Task retries delay / strategy

Hi.
Looking to understand how to set the task retry delay / backoff, and what is the strategy used by the broker (linear, exponential, etc)
Can this be set per worker/task?
I’m using zeebe-node

Thanks
Eetay

Hi @Eetay,

this feature is currently not available. Here is the open feature request: I can set a retry timeout for failed tasks · Issue #164 · camunda/zeebe · GitHub

As a workaround, you could model the retry explicitly. For example:

image

Best regards,
Philipp

1 Like

Thanks!