1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp
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
..
app Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
config Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
db Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
lib Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
log Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
script Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
.gitignore Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
config.ru Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
Gemfile Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
Gemfile.lock Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
Rakefile Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00