1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/bin
Stefan Kempf a6ea55d16f Process.kill to check for process is more portable.
On OpenBSD, you can only use getpgid(pid) if the calling process
belongs to the same session as the the process with the PID `pid'.
Otherwise getpgid() returns EPERM.

Using kill(0, pid) is a more portable way to check whether a process
exists.
2015-11-10 19:03:29 +01:00
..
sidekiq Clean up warnings seen with RUBYOPT="-w", fixes #2402 2015-06-22 09:15:16 -07:00
sidekiqctl Process.kill to check for process is more portable. 2015-11-10 19:03:29 +01:00
sidekiqload load changes 2015-10-07 19:22:42 -07:00