-
Bug
-
Resolution: Done
-
Minor
-
6.x.x
-
-
-
-
-
-
DR2
If you execute an async job which throws an exception, it will be retried several times but the number of executions will not be updated. I can see executions field of RequestInfo table set to 1 in the database even though the job is executed several times according to the server log. The problem is probably caused by this condition which may not always be true and the counter is increased inside this block.