-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add retry configuration properties to OOTB connector templates #1007
Comments
we will combine this with our generator epic |
As discussed in grooming: Include in element template generator as a non-hidden property in a new "Retry" category which should be collapsed by default (after the Error handling category). |
After testing the retries templating altogether I discovered a blocker for this issue. Although |
I'm looking forward to seeing this feature soon. 🚀 My use case: I want to use the A fixed duration would be a great help. But we could provide even better options:
|
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:zeebe:taskDefinition:retries
) to define the number of retrieszeebe:taskHeader
, nameretryBackoff
) to define the backoff in ISO 8601 duration format, e.g.PT1M
We can choose either one of the following options:
Why should we do it?
To make the new retry features accessible to the general audience.
The text was updated successfully, but these errors were encountered: