Hi,
we are looking for a way to see if a task had automatic retries.
Is there an option to see the actually done retries on a task in the cockpit?
Or can we turn on logging / is the number of the current retry count already logged somewhere? We can’t seem to find it in our quite extensive splunk logs…we are pretty sure we have retries but it would be great to have camunda tell us
If you use the enterprise version of Camunda, then you have the history view of a process instance. There you have a “Jobs Log” tab where you can see how and when jobs were executed and what the result was (success or failure).
Since this is displayed I assume that the data is present in the DB. So, if you happen to use the community version, you can query the data via API. I don’t know which service can deliver this data.