checkpoint!()
Check if the job should be interrupted, and if so raise an Interrupt exception. The job will be requeued for retry.
# File activejob/lib/active_job/continuation/step.rb, line 35 def checkpoint! job.checkpoint! end