.. |
extensions
|
Document methods and make documentation uniform for extensions
|
2013-06-01 12:40:24 +05:30 |
middleware
|
Ensure we always pass a Hash to handle_exception, fixes #1134
|
2013-08-25 12:59:33 -07:00 |
testing
|
client api refactoring
|
2013-03-24 17:42:43 -07:00 |
actor.rb
|
Modern celluloid now stable for testing purposes, yay!
|
2013-06-07 22:15:13 -07:00 |
api.rb
|
API should use UTC
|
2013-08-15 20:06:16 -07:00 |
capistrano.rb
|
add capistrano option sidekiq_default_hooks with compatibility
|
2013-06-03 13:01:29 +02:00 |
cli.rb
|
Use the same method to reopen log after USR2 as is used during startup. Fixes #1132
|
2013-08-25 15:00:59 +02:00 |
client.rb
|
Don't overwrite enqueued_at when retrying
|
2013-08-15 20:05:36 -07:00 |
core_ext.rb
|
Add symbolize_keys core ext
|
2012-12-30 13:33:06 -08:00 |
exception_handler.rb
|
Ensure we always pass a Hash to handle_exception, fixes #1134
|
2013-08-25 12:59:33 -07: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
|
Close old logger when rotating, fixes #1008
|
2013-06-18 13:44:19 -07:00 |
manager.rb
|
Dont use #tap on Actors!
|
2013-06-12 15:16:19 -07:00 |
paginator.rb
|
Add pagination to Web UI
|
2012-07-17 22:14:15 -07:00 |
processor.rb
|
Avoid calling processor during hard shutdown, fixes #997
|
2013-06-10 22:20:15 -07:00 |
rails.rb
|
Remove optionality of Rails hooks, #401
|
2012-09-20 20:04:25 -07:00 |
redis_connection.rb
|
Don't use the NAME constant here, then Pro bootup is confusing
|
2013-08-10 12:37:17 -07:00 |
scheduled.rb
|
Remove 'at' property so it doesn't confuse Client
|
2013-05-24 20:34:26 -07:00 |
testing.rb
|
Sets worker JID before performing job during tests
|
2013-07-02 11:43:59 -03:00 |
util.rb
|
Generate a random hex string as the process id since Process.pid is not supported on all platforms (specifically, does not work on Heroku)
|
2013-06-20 10:58:53 -07:00 |
version.rb
|
Gemfile cleanup
|
2013-08-22 11:47:50 -07:00 |
web.rb
|
Fixed realtime and history dashboards.
|
2013-08-22 11:41:00 +04:00 |
worker.rb
|
Merge pull request #1030 from jmazzi/feature/retries_exhausted_syntax_update
|
2013-06-27 19:38:00 -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 |