rails / solid_queue

Database-backed Active Job backend
MIT License
1.66k stars 90 forks source link

Reset Active Job's execution and exception_executions counters when retrying #239

Closed rosa closed 1 month ago

rosa commented 1 month ago

Otherwise, we'd retry the job with the exhausted counters from before if there were any automatic retries at all, and no more automatic retries would be performed.

Fixes https://github.com/rails/mission_control-jobs/issues/122.