Don't run programming job twice in case of request failure with retry attempt
In case 2 requests/threads have a db transaction that write to the same row simultaneously, one will fail. The HTTP request for which the transaction failed will be reprocessed for at most 4 times. In case this happens for a request in which a programming job has started, the execution of this job in the first or retried request may fail, and the lifecycle of the job becomes unpredictable.
Submitted by Elmer van Chastelet on 24 February 2021 at 10:07
Fix: skip starting the the same job during a retry of the request, in case the job number (session label) is already known in the backend.
Issue Log
On 24 February 2021 at 10:07 Elmer van Chastelet tagged error
On 24 February 2021 at 10:07 Elmer van Chastelet tagged 1.0.1
On 24 February 2021 at 10:07 Elmer van Chastelet closed this issue.
Log in to post comments