Skip to content

Never rescue jobs that return a timeout of -1#1288

Merged
brandur merged 1 commit into
masterfrom
brandur-never-rescue-timeout-minus-one
Jun 19, 2026
Merged

Never rescue jobs that return a timeout of -1#1288
brandur merged 1 commit into
masterfrom
brandur-never-rescue-timeout-minus-one

Conversation

@brandur

@brandur brandur commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Fix a bug in the job rescuer in that jobs with a timeout of -1 (meaning
no timeout) should never be rescued, but they were being rescued.

Fixes #1287.

@brandur brandur force-pushed the brandur-never-rescue-timeout-minus-one branch from 7fd5289 to 778b3a3 Compare June 18, 2026 22:40
@brandur brandur requested a review from bgentry June 18, 2026 22:41
Fix a bug in the job rescuer in that jobs with a timeout of -1 (meaning
no timeout) should never be rescued, but they were being rescued.

Fixes #1287.
@brandur brandur force-pushed the brandur-never-rescue-timeout-minus-one branch from 778b3a3 to 80efeee Compare June 18, 2026 22:41
@brandur brandur merged commit f2512a7 into master Jun 19, 2026
15 checks passed
@brandur brandur deleted the brandur-never-rescue-timeout-minus-one branch June 19, 2026 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

River JobRescurer ignores Jobs infinite Timeout

2 participants