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
2014-02-15 12:41:07 -08:00
..
extensions Replaced class and instance level send 2014-02-14 09:43:34 -05:00
middleware Store timestamps as floats, not strings, fixes #1473 2014-02-09 15:08:21 -08:00
tasks Automatically use config/sidekiq.yml if found, fixes #1481 2014-02-15 12:41:07 -08:00
testing Add dynamic testing 2013-09-23 12:07:23 -07:00
actor.rb Replaced class and instance level send 2014-02-14 09:43:34 -05:00
api.rb Replaced class and instance level send 2014-02-14 09:43:34 -05:00
capistrano.rb Fix Capistrano::Version name error. 2013-10-28 13:21:33 -02:00
capistrano2.rb Automatically use config/sidekiq.yml if found, fixes #1481 2014-02-15 12:41:07 -08:00
cli.rb Automatically use config/sidekiq.yml if found, fixes #1481 2014-02-15 12:41:07 -08:00
client.rb Normalize queue name to string when pushing a job 2013-11-14 21:12:27 -06:00
core_ext.rb revert rails 2.3 tweak 2013-11-13 19:44:25 -08:00
exception_handler.rb don't fail when handling an exception with a nil backtrace 2013-10-07 15:00:20 +01:00
fetch.rb Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
launcher.rb Remove async on termination of fetcher/poller, leave everything else the same. 2014-01-10 14:58:53 -05:00
logging.rb Clean up log rotation code 2014-02-07 14:54:49 -08:00
manager.rb @in_progress got cleared in #requeue but was being logged after the requeue. Also, removing redundant log statement. 2013-12-21 08:19:30 -06:00
paginator.rb flippin' typo 2014-02-13 21:19:47 -08:00
processor.rb Marshal arguments to avoid worker mutation, fixes #1452 2014-01-27 20:29:19 -08:00
rails.rb Replaced class and instance level send 2014-02-14 09:43:34 -05:00
redis_connection.rb changed #determine_redis_provider to first check against the REDIS_PROVIDER env variable 2013-11-24 08:16:37 -06:00
scheduled.rb
testing.rb Add JID for inline testing, fixes #1454 2014-01-30 09:22:07 -08:00
util.rb Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
version.rb Remove pidfile when shutting down, fixes #1470 2014-02-08 12:50:17 -08:00
web.rb Rework retries and scheduled index page to use API 2013-11-10 10:40:21 -08:00
web_helpers.rb Merge pull request #1305 from dleung/bug_fix/invalid_byte_sequence 2013-11-14 21:11:42 -08:00
worker.rb Rework new resque helpers 2013-09-29 14:24:25 -07:00
yaml_patch.rb