Set failed job retry to 0

Hi ,

I am using Camunda 7.9.0 and Modeler 1.16.2 and I am trying to change the default retry count of job execution from 3 to 0.
I have tried all of the following in various combinations

Set a property of failedJobRetryTimeCycle in the bpm-platform.xml file as mentioned in this link The Job Executor | docs.camunda.org

Set the Parallel Gateway to Asynchronous Before/ After and set the Retry Time Cycle to R0/PT0S

Set an extension property of failedJobRetryTimeCycle for the Parallel Gateway

Set the sub task to Asynchronous Before/ After and set the Retry Time Cycle to R0/PT0S

Set an extension property of failedJobRetryTimeCycle on the Sub-Task

But I am just not able to make the retry count to default to 0. It always retries 3 times.

My simplified model looks like below

Your help will be greatly appreciated.

Thanks,
Dipen

Which are the jobs retried 3 times - all of them?

So, in the diagram if you see, if “DB Call 1” fails then the “Sub Task 1” and “DB Call 1” is retried.
I have set the Retry Time Cycle at the Sub Process level also, yet it does not work, just keeps retrying,

Could you please share you process bpmn file

I’m having the same issue, any updates regarding this topic?