module ActiveJob::Callbacks

Active Job Callbacks

Active Job provides hooks during the life cycle of a job. Callbacks allow you to trigger logic during this cycle. Available callbacks are:

NOTE: Calling the same callback multiple times will overwrite previous callback definitions.