mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
13cb5b78a8
- ### Problem If we use `perform_enqueued_jobs` without a block, a job that raises an error wouldn't be appended to the list of `performed_jobs`. ### Solution Push the job in the array before it is actually performed. |
||
---|---|---|
.. | ||
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 | ||
raising_job.rb | ||
rescue_job.rb | ||
retry_job.rb | ||
thread_job.rb | ||
timezone_dependent_job.rb | ||
translated_hello_job.rb |