1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/sidekiq
2012-03-09 20:29:59 -08:00
..
extensions Add support for new delay extensions for ActiveRecord and ActionMailer, with example tests in myapp. 2012-02-17 21:24:14 -08:00
middleware Fix airbrake backtraces, fixes #60 2012-02-27 21:56:41 +01:00
capistrano.rb Redirect stderr and stdout to log file 2012-03-09 19:03:04 -08:00
cli.rb Implement USR1 - stop accepting new work, GH-69 2012-03-08 20:58:51 -08:00
client.rb Refactor options to be globally available for things like 2012-02-19 13:05:19 -08:00
manager.rb We cannot requeue unfinished jobs since the terminated actor cannot be accessed. 2012-03-09 20:29:59 -08:00
processor.rb We cannot requeue unfinished jobs since the terminated actor cannot be accessed. 2012-03-09 20:29:59 -08:00
rails.rb Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
redis_connection.rb Split configuration into configure_server and configure_client blocks. 2012-02-20 09:46:28 -08:00
testing.rb Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
util.rb Remove PID hackery, GH-22 2012-03-06 20:18:16 -08:00
version.rb Create example of whenever integration, GH-66 2012-03-02 17:01:13 -08:00
web.rb Add global stats, optimize redis usage 2012-03-07 20:22:21 -08:00
worker.rb Add .registered_workers and .registered_queues to Sidekiq::Client 2012-02-15 11:28:19 -08:00