Set Retry of Job to 0

Hi Markus,

I also had trouble as I wanted to tune the camunda:failedJobRetryTimeCycle property of some (service) task in my BPM to prevent any retry.
Until I found out after some intensive debugging session, that it requires me to set R0/PT5M or similar on my task (not just R0 nor R0/) and to place a safe-point before the same task (asynchronous before continuation enabled).
Maybe this hint helps you.

Bye & cheers,
Greg