W3cubDocs

/Ruby on Rails 5.1

module ActiveJob::Callbacks

Included modules:
ActiveSupport::Callbacks

Active Job Callbacks

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

  • before_enqueue

  • around_enqueue

  • after_enqueue

  • before_perform

  • around_perform

  • after_perform

© 2004–2017 David Heinemeier Hansson
Licensed under the MIT License.