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
2013-05-22 21:50:22 -07:00
..
extensions Need to require yaml here 2013-05-04 20:50:24 -07:00
middleware Ignore Shutdown exception in retry middleware, fixes #897 2013-05-03 09:50:20 -07:00
testing client api refactoring 2013-03-24 17:42:43 -07:00
actor.rb Switch to threaded tasks, see also celluloid/celluloid#251 2013-05-12 13:57:55 -07:00
api.rb Add started_at info to the Workers API, thanks @mariovisic 2013-05-22 21:50:22 -07:00
capistrano.rb Revert to not daemonizing in Capistrano recipe to accommodate JRuby 2013-02-22 15:25:49 -08:00
cli.rb Accept stringy values for -i (like -i worker.1) 2013-04-24 14:48:22 -04:00
client.rb client api refactoring 2013-03-24 17:42:43 -07:00
core_ext.rb Add symbolize_keys core ext 2012-12-30 13:33:06 -08:00
exception_handler.rb Use ExceptionNotifier.notify_exception 2013-05-06 08:15:07 +08:00
fetch.rb Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00
launcher.rb Delay launcher until after daemonization 2013-02-22 12:40:19 -08:00
logging.rb Refactor Sidekiq::Logging and handling of --verbose in Sidekiq::CLI 2012-12-13 21:29:43 +01:00
manager.rb Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00
paginator.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
processor.rb Switch to threaded tasks, see also celluloid/celluloid#251 2013-05-12 13:57:55 -07:00
rails.rb Remove optionality of Rails hooks, #401 2012-09-20 20:04:25 -07:00
redis_connection.rb Refactor redis log to print in both server and client 2013-04-17 10:07:46 -07:00
scheduled.rb Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00
testing.rb Update sidekiq/testing to execute almost all of the client api, fixes #713 2013-03-27 21:24:47 -07:00
util.rb Use core_ext for constantize and stringify_keys 2012-10-27 12:48:34 -07:00
version.rb Upgrade to Celluloid 0.14, remove defer usage, fixes #919 2013-05-11 16:12:12 -07:00
web.rb Compare gem versions by their version number, not a lexicographic sort of a String representation. 2013-05-19 21:03:17 -03:00
worker.rb Only show warning if :timeout is used solves #862 2013-04-25 17:12:23 +03:00
yaml_patch.rb Not sure what to do with this so it's here if someone wants to use it, #152 2012-04-27 21:44:34 -07:00