mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
db0bc5e6d5
* Add failing ActiveJob exceptions test for "disable retry jitter" Thanks to @kaspth for the starting point. * Update ActiveJob retry jitter to correctly use zero value * Simplify "disable retry jitter" test We don't need to repeat this many times. Fewer is shorter. * Refactor determine_delay with jitter * Fix indentation * Close the curtains and give JITTER_DEFAULT some privacy * Use .zero? instead of == to check jitter value * Add ActiveJob test for explicit zero jitter Co-authored-by: Kasper Timm Hansen <hey@kaspth.com> Co-authored-by: Cliff Pruitt <cliff.pruitt@cliffpruitt.com> |
||
---|---|---|
.. | ||
abort_before_enqueue_job.rb | ||
application_job.rb | ||
callback_job.rb | ||
disable_log_job.rb | ||
gid_job.rb | ||
hello_job.rb | ||
inherited_job.rb | ||
kwargs_job.rb | ||
logging_job.rb | ||
multiple_kwargs_job.rb | ||
nested_job.rb | ||
overridden_logging_job.rb | ||
prefixed_job.rb | ||
provider_jid_job.rb | ||
queue_adapter_job.rb | ||
queue_as_job.rb | ||
rescue_job.rb | ||
retry_job.rb | ||
thread_job.rb | ||
timezone_dependent_job.rb | ||
translated_hello_job.rb |