-
Bug
-
Resolution: Done
-
Major
-
1.21.0.Final
-
False
-
None
-
False
-
---
-
---
-
2022 Week 38-40 (from Sept 19), 2022 Week 41-43 (from Oct 10), 2022 Week 44-46 (from Oct 31), 2022 Week 47-49 (from Nov 21)
Runtime: quarkus
Persistance: postgresql
Under load, jobs service starts re-executing completed (executed) jobs. As a result, the job is executed until the retries count runs out, and each repeated attempt to call the callback (retry) receives a 404 response, since the callback job was previously executed successfully.
I attach the execution log of one job (filtered log of jobs-service in DEBUG mode for one job), jobs-service-reexecuting-job-with-404-response.zip file.