mirror of https://github.com/rails/rails
c6d621d132
This makes sure jobs don't run twice if `perform_enqueued_jobs` is called twice without a block. This also mimics the behavior of using `perform_enqueued_jobs` with a block, where at the end of the block performed jobs are not in `enqueued_jobs` but instead in `performed_jobs`. |
||
---|---|---|
.. | ||
adapters | ||
cases | ||
integration | ||
jobs | ||
models | ||
support | ||
helper.rb |