method
interrupt
v8.1.1 -
Show latest stable
- Class:
ActiveJob::LogSubscriber
interrupt(event)public
No documentation available.
# File activejob/lib/active_job/log_subscriber.rb, line 141
def interrupt(event)
job = event.payload[:job]
info do
"Interrupted #{job.class} (Job ID: #{job.job_id}) #{event.payload[:description]} (#{event.payload[:reason]})"
end
end