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
Mike Perham 8ffdb36351 Manager now fires stop-related events
Gives more fine-grained control as to when the actual event fires.  We also give a small bit of time for the event processors to take effect for those handlers with asynchronous side effects (like shutting down other threads and subsystems).
2015-10-30 14:50:44 -07:00
..
extensions
middleware
testing
api.rb Replace kernel loop with while loop 2015-10-29 19:38:09 +03:00
cli.rb Manager now fires stop-related events 2015-10-30 14:50:44 -07:00
client.rb Remove deprecated method 2015-10-23 15:04:30 -07:00
core_ext.rb
exception_handler.rb
fetch.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
launcher.rb
logging.rb
manager.rb Manager now fires stop-related events 2015-10-30 14:50:44 -07:00
paginator.rb
processor.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
rails.rb
redis_connection.rb Increase the default server max connection pool size, #2634 2015-10-30 08:43:56 -07:00
scheduled.rb
testing.rb
util.rb
version.rb Prerelease version 2015-10-23 15:06:01 -07:00
web.rb
web_helpers.rb
worker.rb