Continuous Job - How to set max_retries

Kirankumarbs
Valued Contributor III

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_FAILURE

And I can see that it’s configured(default) with 4 retries.

Screenshot 2026-02-17 at 07.52.23.png

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!