We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf52d9 commit 6e12a30Copy full SHA for 6e12a30
lib/solid_queue/supervisor/pidfile.rb
@@ -29,7 +29,7 @@ def check_status
29
else
30
FileUtils.mkdir_p File.dirname(path)
31
end
32
- rescue Errno::ESRCH => _e
+ rescue Errno::ESRCH
33
# Process is dead, ignore, just delete the file
34
delete
35
rescue Errno::EPERM
0 commit comments