.. |
extensions
|
Disable delay extensions by default, fixes #3174 (#3299)
|
2017-01-04 10:30:42 -08:00 |
middleware
|
Remove job duplication edge case with Sidekiq Pro, fixes #3388
|
2017-03-15 10:03:47 -07:00 |
testing
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
web
|
Make Sidekiq Web UI RTL-friendly (#3381)
|
2017-03-16 13:51:29 -07:00 |
api.rb
|
Verify graceful handling of ill-formed job payloads, fixes #3406
|
2017-03-24 11:59:48 -07:00 |
cli.rb
|
Rework job processing in light of Rails 5's Reloader (#3235)
|
2017-01-17 14:58:08 -08:00 |
client.rb
|
Validate 'at' argument for Sidekiq::Client.push (#3407)
|
2017-03-23 11:05:20 -07:00 |
core_ext.rb
|
Add supress_warnings API, so we can quietly redefine methods in Pro/Ent
|
2016-11-23 14:25:41 -08:00 |
delay.rb
|
Disable delay extensions by default, fixes #3174 (#3299)
|
2017-01-04 10:30:42 -08:00 |
exception_handler.rb
|
Merge branch 'master' into frozen
|
2016-04-21 13:15:00 -07:00 |
fetch.rb
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
job_logger.rb
|
merge master
|
2017-03-16 11:42:02 -07:00 |
job_retry.rb
|
Remove duplicate retry handling to due extra raise, fixes #3356
|
2017-02-15 11:13:10 -08:00 |
launcher.rb
|
Switch default quiet signal to TSTP as it is available on JRuby, fixes #3302 (#3302)
|
2017-01-03 15:24:48 -08:00 |
logging.rb
|
Merge branch 'master' into frozen
|
2016-04-21 13:15:00 -07:00 |
manager.rb
|
Update Manager description (#3291)
|
2016-12-23 08:15:16 -08:00 |
paginator.rb
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
processor.rb
|
merge master
|
2017-03-16 11:42:02 -07:00 |
rails.rb
|
Rework job processing in light of Rails 5's Reloader (#3235)
|
2017-01-17 14:58:08 -08:00 |
redis_connection.rb
|
Rollback 3303, fixes #3311
|
2017-01-13 08:19:31 -08:00 |
scheduled.rb
|
Fix Ruby warnings, thanks for the reminder @nateberkopec
|
2016-08-30 13:29:03 -07:00 |
testing.rb
|
Ensure Rails module has #env (#3403)
|
2017-03-22 08:11:09 -07:00 |
util.rb
|
fix thread labels in TTIN dumps
|
2016-12-31 21:31:42 -08:00 |
version.rb
|
bump
|
2017-03-24 14:14:11 -07:00 |
web.rb
|
class attributes must inherit or we break Pro UI extensions
|
2016-10-17 11:16:26 -07:00 |
worker.rb
|
Fix the error in worker#perform_in about interval type (#3170)
|
2016-09-30 02:31:08 -07:00 |