Skip to content

Commit

Permalink
Update lib/solid_queue/supervisor/pidfile.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi ITO <koic.ito@gmail.com>
  • Loading branch information
yahonda and koic authored Oct 3, 2024
1 parent cbf52d9 commit 6e12a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solid_queue/supervisor/pidfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def check_status
else
FileUtils.mkdir_p File.dirname(path)
end
rescue Errno::ESRCH => _e
rescue Errno::ESRCH
# Process is dead, ignore, just delete the file
delete
rescue Errno::EPERM
Expand Down

0 comments on commit 6e12a30

Please sign in to comment.