Method: ActiveJob::Core#executions
- Defined in:
- activejob/lib/active_job/core.rb
#executions ⇒ Object
Number of times this job has been executed (which increments on every retry, like after an exception).
38 39 40 |
# File 'activejob/lib/active_job/core.rb', line 38 def executions @executions end |