Skip to content

[FEATURE]: Retry: allow user to change "exponential backoff" to "fixed interval" #8769

@tgrushka

Description

@tgrushka

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Exponential backoff was added in #1712 , but the interval grows too long very quickly.

After only 13 retries, the delay is 4 hours.

If you leave a task overnight to finish when the API becomes available, the next day it will still be stuck in retry mode with several hours to go when the API has been available for hours.

Retrying manually by interrupting and redoing often results in success after only a short waiting period.

The retry interval and strategy should be user-configurable. Exponential is overkill, and seems to have no limit.

If this is an experimental feature, it should be able to be turned off.

Metadata

Metadata

Assignees

Labels

discussionUsed for feature requests, proposals, ideas, etc. Open discussion

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions