.. |
extensions
|
Expose delay as sidekiq_delay also, fixes #1393
|
2013-12-15 14:16:31 -08:00 |
middleware
|
Fix client middleware sample
|
2013-11-14 20:30:11 -08:00 |
tasks
|
set default cap hooks in a pre-deploy task
|
2013-11-16 12:32:41 -08:00 |
testing
|
Add dynamic testing
|
2013-09-23 12:07:23 -07:00 |
actor.rb
|
|
|
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
|
Set strict option correctly when using multiple queue options.
|
2013-12-23 16:43:10 +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
|
Early exit for noop requeue
|
2013-12-01 12:38:49 -08:00 |
launcher.rb
|
Whoa, reason is actually an Exception. Didn't know that.
|
2013-09-22 20:48:17 -07: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
|
|
|
processor.rb
|
More robust shutdown logic, less round-trips to Redis
|
2013-11-17 13:23:26 -08:00 |
rails.rb
|
|
|
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
|
Rejigger Sidekiq::Client to be instance-based, #1279
|
2013-10-23 21:49:37 -07:00 |
util.rb
|
Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194.
|
2013-09-22 14:05:29 -07:00 |
version.rb
|
bump version
|
2013-12-01 12:38:55 -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
|
|
|