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

9 commits

Author SHA1 Message Date
Mike Perham
9262fb670d Use the new logger 2012-05-12 14:02:40 -07:00
Mike Perham
6ed1cc868f Allow deletion of queues from web UI [#154] 2012-05-02 20:19:59 -07:00
Mike Perham
2ec203365e Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
Mike Perham
e38a3d785a Auto failure retry now working! 2012-03-17 23:04:31 -07:00
Mike Perham
0e9b3cede4 Test busy actor termination 2012-02-18 20:01:29 -08:00
Mike Perham
cc1db52918 Update rails app to include smoke testing/demo functionality. 2012-02-07 17:35:14 -08:00
Mike Perham
2771a0ad96 Rename workers to processors. New Railtie support.
Workers are the user's classes, the threads are now called processors.  Add secret sauce to make Rails config much easier.  Use a railtie to auto-add app/workers to the autoload path.
2012-01-25 13:32:51 -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