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-13 21:19:46 -07:00
..
extensions Fix require ordering causing extensions to not load properly, GH-77. 2012-03-10 12:30:15 -08:00
middleware Add basic web testing, promote 'queues' set to core. 2012-03-10 13:07:19 -08:00
capistrano.rb Update recipe to work on old bash versions, fixes #78 2012-03-11 12:21:34 -07:00
cli.rb Implement USR1 - stop accepting new work, GH-69 2012-03-08 20:58:51 -08:00
client.rb Add basic web testing, promote 'queues' set to core. 2012-03-10 13:07:19 -08:00
manager.rb More actor safety checks, #53 2012-03-12 19:57:04 -07: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 Fix require ordering causing extensions to not load properly, GH-77. 2012-03-10 12:30:15 -08:00
redis_connection.rb RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07: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