instance method checkpoint!

Ruby on Rails 8.1.3.1

Since v8.1.3.1

Available in: v8.1.3.1 edge

Signature

checkpoint!()

Check if the job should be interrupted, and if so raise an Interrupt exception. The job will be requeued for retry.

Source
# File activejob/lib/active_job/continuation/step.rb, line 35
      def checkpoint!
        job.checkpoint!
      end

Defined in activejob/lib/active_job/continuation/step.rb line 35 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveJob::Continuation::Step

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close