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
Steve Randy Tantra 962c7c0908 Use ExceptionNotifier.notify_exception
This will handle ignored exceptions
2013-05-06 08:15:07 +08: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
api.rb Add reset stats method to API 2013-04-30 20:43:59 -04: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
exception_handler.rb Use ExceptionNotifier.notify_exception 2013-05-06 08:15:07 +08:00
fetch.rb Properly handle namespaced queue names in Fetcher's UnitOfWork, fixes #744 2013-03-02 15:59:01 -08:00
launcher.rb Delay launcher until after daemonization 2013-02-22 12:40:19 -08:00
logging.rb
manager.rb clear worker set upon clean shutdown, fixes #840 2013-04-10 09:02:49 -07:00
paginator.rb
processor.rb Remove timeout middleware and worker option, fixes #862 2013-04-18 09:11:49 -07:00
rails.rb
redis_connection.rb Refactor redis log to print in both server and client 2013-04-17 10:07:46 -07:00
scheduled.rb Use lpush, not rpush, when scheduling/retrying work 2013-04-17 09:45:09 -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
version.rb update changes, version 2013-05-02 11:29:52 -07:00
web.rb Pull in YAML for i18n 2013-04-29 14:56:05 -07:00
worker.rb Only show warning if :timeout is used solves #862 2013-04-25 17:12:23 +03:00
yaml_patch.rb