rq / rq

Simple job queues for Python
https://python-rq.org
Other
9.62k stars 1.4k forks source link

Execute custom handlers when abandoned job is found #2057

Closed eswolinsky3241 closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.89%. Comparing base (34f83d6) to head (634e9ed). Report is 38 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2057 +/- ## ========================================== + Coverage 93.61% 93.89% +0.28% ========================================== Files 28 30 +2 Lines 3758 3967 +209 ========================================== + Hits 3518 3725 +207 - Misses 240 242 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eswolinsky3241 commented 3 months ago

@selwin Thoughts on merging this change before the 2.x release?

selwin commented 3 months ago

Sure :).

selwin commented 3 months ago

Thanks!