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

22 commits

Author SHA1 Message Date
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
f08036f73e update todo 2012-01-24 20:24:21 -08:00
Mike Perham
fa1ccf957e Add GPL and commercial license info 2012-01-24 19:44:57 -08:00
Mike Perham
d93c51301e Misc cleanup 2012-01-24 18:07:18 -08:00
Mike Perham
e8b8e53175 Remove daemonization code, let god/monit handle it.
Use a 'default' queue for simplicity.
2012-01-24 14:53:36 -08:00
Mike Perham
da8c837e98 Message dispatch loop now working 2012-01-23 22:08:38 -08:00
Mike Perham
4043cace3a SimpleCov fixes 2012-01-23 22:07:21 -08:00
Mike Perham
10e1f12e8b Integrate simplecov 2012-01-23 21:02:54 -08:00
Mike Perham
f696307b1d Docs, license 2012-01-23 20:56:06 -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
e7ae72d3d3 More client testing 2012-01-23 12:56:49 -08:00
Mike Perham
5366506fe1 Server starts up now! 2012-01-22 16:01:46 -08:00
Mike Perham
5c46cc896c Janus is unusable with jruby 2012-01-22 16:00:10 -08:00
Mike Perham
3b8b655807 worker mgmt and msg dispatch 2012-01-22 11:32:38 -08:00
Mike Perham
14bd63705a Documentation, start client work 2012-01-21 16:42:21 -08:00
Mike Perham
4be63712f4 Add worker 2012-01-16 20:05:38 -08:00
Mike Perham
38949ee8fb Add celluloid 2012-01-16 20:02:58 -08:00
Mike Perham
d8232072b3 bundler 2012-01-16 19:25:20 -08:00
Mike Perham
f6a2fc1a8c get it working 2012-01-16 16:18:36 -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
Mike Perham
26d9a92a6b first commit 2012-01-16 15:17:42 -08:00