Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2026 11:00 PM
Hello Community,
I have a couple of continuous workflows (jobs) running in production, and they’ve been working well so far. However, we’re seeing some transient failures that are causing the entire job to restart — which I’d prefer to avoid.
While we investigate and address the root cause, we’d like to get some time and put a temporary solution in place…
continuous:
pause_status: UNPAUSED
task_retry_mode: ON_FAILUREAnd I can see that it’s configured(default) with 4 retries.
My question is: is there a way to increase the maximum retries to 10 or set it to a custom number?
I also checked the documentation, but nothing specifically mentioned a custom retry number!