Method: Burst::Manager#finish_job!
- Defined in:
- lib/burst/manager.rb
#finish_job!(job) ⇒ Object
49 50 51 52 53 54 55 56 |
# File 'lib/burst/manager.rb', line 49 def finish_job!(job) job.finish! job.save! workflow.with_lock do enqueue_outgoing_jobs(job) end end |