You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, you would like to do the retry in the job worker itself instead of failing the job?
Assuming that we will implement the job retry with a timeout (camunda/camunda#164) soon, would you still prefer the try handling in the job worker? Why?
We should allow the retry behavior to be dependent on the status code, see e.g. https://softwareengineering.stackexchange.com/questions/341518/rest-how-to-determine-transient-exceptions
I don't think the worker should make a final decision, but it should also be configurable (e.g. 503 should be retried, but 500 not).
The text was updated successfully, but these errors were encountered: