Flowdock
module
Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes

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:

  • before_enqueue

  • around_enqueue

  • after_enqueue

  • before_perform

  • around_perform

  • after_perform

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

Show files where this module is defined (1 file)
Register or log in to add new notes.