Skip to content

Commit

Permalink
Update lib/job-iteration.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sander Verdonschot <[email protected]>
  • Loading branch information
sambostock and Mangara authored Jul 5, 2022
1 parent 4778332 commit 03c5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/job-iteration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module JobIteration
# This setting will make it to always interrupt a job after it's been iterating for 5 minutes.
# Defaults to nil which means that jobs will not be interrupted except on termination signal.
#
# This setting can be further reduced by using the inheritable per-class
# This setting can be further reduced (but not increased) by using the inheritable per-class
# job_iteration_max_job_runtime setting.
# @example
#
Expand Down

0 comments on commit 03c5306

Please sign in to comment.