-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
kind:taskCategorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.target:8.4
Description
What should we do?
In 0.22.0 we have introduced the support for retry backoff. Now we should support these new features in all outbound OOTB Connector templates:
- Retries (type
zeebe:taskDefinition:retries) to define the number of retries - Backoff (type
zeebe:taskHeader, nameretryBackoff) to define the backoff in ISO 8601 duration format, e.g.PT1M
We can choose either one of the following options:
- Add these properties to all OOTB templates
- Only add these properties to first-class connectors such as REST & GraphQL, and protocol connectors can be pre-configure with a meaningful value or not set this at all (which will result in 3 retries).
Why should we do it?
To make the new retry features accessible to the general audience.
saig0
Metadata
Metadata
Assignees
Labels
kind:taskCategorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.target:8.4