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

211 commits

Author SHA1 Message Date
Mike Perham
2206ce7654 RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07:00
Mike Perham
8c6db7d7ea Prepare for release 2012-03-13 20:14:57 -07:00
Mike Perham
7d86d834fe More actor safety checks, 2012-03-12 19:57:04 -07:00
Mike Perham
0a23209237 If possible, shutdown asap rather than waiting the full timeout 2012-03-11 20:06:20 -07:00
Mike Perham
8ca2fb57d6 Update recipe to work on old bash versions, fixes 2012-03-11 12:21:34 -07:00
Mike Perham
d2263cbfe1 Add basic web testing, promote 'queues' set to core. 2012-03-10 13:07:19 -08:00
Mike Perham
65bf77217b Fix require ordering causing extensions to not load properly, GH-77. 2012-03-10 12:30:15 -08:00
Mike Perham
0ced9e623e Update delayed extensions to use perform_async so they are stubbed out by the testing infrastructure, fixes 2012-03-10 11:56:34 -08:00
Mike Perham
25928c657e For GH-71 2012-03-09 20:30:21 -08:00
Mike Perham
dec7472f33 We cannot requeue unfinished jobs since the terminated actor cannot be accessed. 2012-03-09 20:29:59 -08:00
Mike Perham
e2d65c11b1 Sprockets dep, GH-71 2012-03-09 20:20:46 -08:00
Mike Perham
9a4b8f0d09 Redirect stderr and stdout to log file 2012-03-09 19:03:04 -08:00
Mike Perham
c8651c59e0 Ignore result of kill -9, GH-76 2012-03-09 19:01:19 -08:00
Jesse Cooke
47ca099093 Merge pull request from matthewford/patch-2
task wasn't dropping pid file, use current_path everywhere.
2012-03-09 15:28:54 -08:00
Matthew Ford
d434e035e4 task wasn't dropping pid file, use current_path everywhere. 2012-03-09 23:17:20 +00:00
Mike Perham
2f1e80a8f5 Merge pull request from matthewford/patch-2
fix cap task not returning
2012-03-09 15:05:08 -08:00
Matthew Ford
8cc67fd6d8 fix cap task not returning 2012-03-09 22:56:08 +00:00
Jesse Cooke
46b35875ad Merge pull request from matthewford/patch-1
Fix for: sh: cannot create log/sidekiq.log: Directory nonexistent
2012-03-09 14:52:40 -08:00
Matthew Ford
50423d7bd1 Fix for: sh: cannot create log/sidekiq.log: Directory nonexistent 2012-03-09 22:47:29 +00:00
Mike Perham
be1ef5736e Implement USR1 - stop accepting new work, GH-69 2012-03-08 20:58:51 -08:00
Mike Perham
16556c6cf9 Clarify licensing to be per-site 2012-03-08 12:15:49 -08:00
Mike Perham
640d1596c3 Fix issue with calling dead actor if a worker finishes while shutting down. 2012-03-08 12:03:58 -08:00
Mike Perham
8608f5c562 JRuby 1.6.7 working, two test fail which will only work on JRuby 1.7. 2012-03-08 12:03:22 -08:00
Mike Perham
1d716a9c5c Add global stats, optimize redis usage 2012-03-07 20:22:21 -08:00
Mike Perham
8345a196c0 Remove PID hackery, GH-22 2012-03-06 20:18:16 -08:00
Mike Perham
8daf4d7301 Refactor UI to include worker status and overall status 2012-03-06 20:17:42 -08:00
jc00ke
05a8ab4d5a Fix comments & straighten up conditional 2012-03-06 13:44:10 -08:00
Jesse Cooke
6b96a095fd Update with IRC info. 2012-03-06 10:20:06 -08:00
Mike Perham
0bfe2bd416 Implement simple home page and queue page 2012-03-05 20:53:14 -08:00
Mike Perham
20e51f1276 Move all web stuff into /web, fix trailing slash issue. 2012-03-05 19:27:27 -08:00
Mike Perham
5ea0ca89d0 Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
2012-03-04 12:58:16 -08:00
Mike Perham
ef352f6b64 Create example of whenever integration, GH-66 2012-03-02 17:01:13 -08:00
Mike Perham
1d92d1545e Oops, remove old junk 2012-03-02 16:24:45 -08:00
Mike Perham
bc004f2b15 Prepare for release 0.8.0 2012-03-02 11:47:55 -08:00
Mike Perham
0973245909 Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
2012-03-01 13:41:12 -08:00
Mike Perham
9c22f8d159 Redirect stderr to logfile also, use nohup [fixes ] 2012-02-29 20:50:18 -08:00
Mike Perham
2456eddd84 Update changes 2012-02-27 21:13:49 -08:00
Mike Perham
4bc36edbe6 Merge pull request from masterkain/master
Add support for ExceptionNotifier
2012-02-27 20:52:09 -08:00
Mike Perham
182bf1d5a1 Remove namespace/server CLI options, 2012-02-27 20:24:19 -08:00
Claudio Poli
97d14db712 Merge branch 'master' of github.com:masterkain/sidekiq 2012-02-27 21:57:02 +01:00
Mike Perham
bcbc3866b4 Fix airbrake backtraces, fixes
Fix e => ex
2012-02-27 21:56:41 +01:00
Claudio Poli
b5d60450e3 Fix e => ex 2012-02-27 21:55:41 +01:00
Claudio Poli
d99253a2c7 Merge remote-tracking branch 'upstream/master' 2012-02-27 21:55:15 +01:00
Mike Perham
230853405c Fix airbrake backtraces, fixes 2012-02-27 07:08:26 -08:00
Claudio Poli
c23b5f4791 Add support for ExceptionNotifier
Missing parameter
2012-02-27 08:42:09 +01:00
Mike Perham
84fda013b5 Dump travis, doesn't work 2012-02-26 21:09:02 -08:00
Mike Perham
7fe562582d Sample config file for capistrano 2012-02-26 20:48:24 -08:00
Mike Perham
9fb20f6249 Add capistrano integration [] 2012-02-26 20:36:30 -08:00
Mike Perham
bf377d44e8 Better logging, fixes GH-55 2012-02-25 13:43:53 -08:00
Mike Perham
f2da181765 Automatically requeue messages for terminated workers, fixes GH-51 2012-02-22 16:54:38 -08:00