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-01 15:15:03 -08:00
..
extensions Expose delay as sidekiq_delay also, fixes #1393 2013-12-15 14:16:31 -08:00
middleware Reset locale to default, fixes #1415 2014-01-01 14:01:50 -08:00
tasks Allow absolute pid paths in Capistrano 2014-01-11 12:30:08 -05:00
testing Add dynamic testing 2013-09-23 12:07:23 -07:00
actor.rb Fix build on 1.9 2014-02-01 15:15:03 -08:00
api.rb Allow Sidekiq::Stats#reset to reset individual stats independently 2013-12-18 10:14:33 -06:00
capistrano.rb Fix Capistrano::Version name error. 2013-10-28 13:21:33 -02:00
capistrano2.rb modify capistrano loading to automatically load V2 vs V3 capistrano tasks 2013-10-19 15:56:20 -07:00
cli.rb Remove support for -q foo,bar and -q foo,3,bar syntax. Use -q foo -q bar and -q foo,3 -q bar instead. 2013-12-25 13:30:20 +01: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 Close old logger when rotating, fixes #1008 2013-06-18 13:44:19 -07: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 Support reverse paging of sorted sets, #1098 2014-02-01 13:51:09 -08:00
processor.rb Marshal arguments to avoid worker mutation, fixes #1452 2014-01-27 20:29:19 -08:00
rails.rb Remove optionality of Rails hooks, #401 2012-09-20 20:04:25 -07: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 Remove 'at' property so it doesn't confuse Client 2013-05-24 20:34:26 -07:00
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 Support reverse paging of sorted sets, #1098 2014-02-01 13:51:09 -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 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