Skip to content

Add retry configuration properties to OOTB connector templates #1007

@chillleader

Description

@chillleader

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, name retryBackoff) 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.

Metadata

Metadata

Assignees

Labels

kind:taskCategorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.target:8.4

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions