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-05 20:53:14 -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 to logfile also, use nohup [fixes #64] 2012-02-29 20:50:18 -08:00
cli.rb Remove namespace/server CLI options, #61 2012-02-27 20:24:19 -08:00
client.rb Refactor options to be globally available for things like 2012-02-19 13:05:19 -08:00
manager.rb Automatically requeue messages for terminated workers, fixes GH-51 2012-02-22 16:54:38 -08:00
processor.rb Better logging, fixes GH-55 2012-02-25 13:43:53 -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 Redirect stderr to logfile also, use nohup [fixes #64] 2012-02-29 20:50:18 -08:00
version.rb Create example of whenever integration, GH-66 2012-03-02 17:01:13 -08:00
web.rb Implement simple home page and queue page 2012-03-05 20:53:14 -08:00
worker.rb Add .registered_workers and .registered_queues to Sidekiq::Client 2012-02-15 11:28:19 -08:00