rails/activejob/test
Rob Cardy 659d41110f
This method lets job authors define a block which will be run when a job is about to be discarded.
This has utility for gems/modules included on jobs, which can tie into this behaviour and run something when a job fails.
after_discard respects the existing retry behaviour, but will run even if a retried exception is handled in a block.
2023-05-08 14:28:42 -04:00
..
adapters Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
cases This method lets job authors define a block which will be run when a job is about to be discarded. 2023-05-08 14:28:42 -04:00
integration Add perform_all_later to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
jobs This method lets job authors define a block which will be run when a job is about to be discarded. 2023-05-08 14:28:42 -04:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Fix compatability between tests and Sidekiq 6.5 2023-01-08 20:41:59 -05:00
helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00