1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

30 commits

Author SHA1 Message Date
Mike Perham
3a687a1a89 Fix script to work with pro and ent 2015-11-12 14:00:04 -08:00
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
Mike Perham
1ecb3a4083 Revert "Use Process.kill instead of kill"
This reverts commit ccc70d2ee1.
2015-11-01 11:13:48 -08:00
Mike Perham
862d44bc27 load changes 2015-10-07 19:22:42 -07:00
Mike Perham
f8e6275fa8 merge load changes 2015-10-07 19:21:53 -07:00
Mike Perham
69b0254c62 Add latency to sidekiqload 2015-10-07 19:20:17 -07:00
Mike Perham
3d805807d7 Add 1ms of latency to benchmarks 2015-10-07 16:56:10 -07:00
Mike Perham
752bfc6d8b Remove sync stats update, move update into heartbeat 2015-10-07 14:27:47 -07:00
Mike Perham
ea46ad6f4d Remove celluloid stuff 2015-10-06 14:51:06 -07:00
Mike Perham
0b59ed8c2b Add load tester script, fixes #2582 2015-10-01 16:37:58 -07:00
Elia Schito
ccc70d2ee1 Use Process.kill instead of kill 2015-08-06 11:07:43 +02:00
Mike Perham
bcbe9b258a Clean up warnings seen with RUBYOPT="-w", fixes #2402 2015-06-22 09:15:16 -07:00
Mike Perham
136af0b5e2 Better usage text for sidekiqctl 2014-12-26 09:20:15 -08:00
Andrey Chernih
1b3c55a022 Print sidekiqctl usage 2014-03-13 21:17:11 +04:00
Mike Perham
efb624cc2f Fix sidekiqctl pidfile issues, fixes #1490 2014-02-18 11:23:15 -08:00
Mike Perham
62adfd8639 Remove superfluous binary and remove examples from gem 2013-03-03 16:24:36 -08:00
Justin Mazzi
b044170542 Use non-successful exit code when something goes wrong 2013-01-07 16:17:29 -05:00
Mike Perham
713c519576 Helpful error messages are helpful 2012-05-03 15:36:05 -07:00
Brian Norton
dc962df06a Use require_relative to load the sidekiq cli 2012-03-29 23:23:22 -07:00
Mike Perham
e296201153 Die, pidfile, die! 2012-03-28 18:51:57 -07:00
James Miller
18322913b8 Make a class for sidekiqctl so we don't have to pass around ARGV stuff to every method 2012-03-28 10:40:46 -07:00
James Miller
dc06a550e4 Add quiet and stop in a single command (finish and exit) 2012-03-28 09:45:58 -07:00
Mike Perham
a62c775d20 Update capistrano recipe to use a custom ruby script, #95 2012-03-27 20:19:24 -07:00
Mike Perham
be1ef5736e Implement USR1 - stop accepting new work, GH-69 2012-03-08 20:58:51 -08:00
Mike Perham
79e392ccf0 Cleanup 2012-02-12 20:48:13 -08:00
Mike Perham
4043f11f78 Fix dev load path logic 2012-01-26 11:50:23 -08:00
Mike Perham
d93c51301e Misc cleanup 2012-01-24 18:07:18 -08:00
Mike Perham
89144133fb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
Mike Perham
a62fbf9992 oops 2012-01-16 16:15:29 -08:00
Mike Perham
726b6cad7b Misc 2012-01-16 16:14:47 -08:00