Skip to content

Commit

Permalink
Merge pull request #143 from beauraF/patch-1
Browse files Browse the repository at this point in the history
Fix `after_worker_hard_timeout` documentation example
  • Loading branch information
casperisfine authored Aug 19, 2024
2 parents 8c93c69 + 5b2df83 commit 5e8d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ By default the cleanup timeout is 2 seconds.
Called in the monitor process when a worker hard timeout is elapsed:

```ruby
after_worker_timeout do |server, worker|
after_worker_hard_timeout do |server, worker|
$stderr.puts "Worker hard timeout, pid=#{worker.pid}"
end
```
Expand Down

0 comments on commit 5e8d194

Please sign in to comment.