Module: JobWorkflow::QueueAdapters::SolidQueueAdapter::ClaimedExecutionPatch
- Defined in:
- lib/job_workflow/queue_adapters/solid_queue_adapter.rb,
sig/generated/job_workflow/queue_adapters/solid_queue_adapter.rbs
Instance Method Summary collapse
-
#finished ⇒ SolidQueue::ClaimedExecution
: () -> SolidQueue::ClaimedExecution.
Instance Method Details
#finished ⇒ SolidQueue::ClaimedExecution
: () -> SolidQueue::ClaimedExecution
280 281 282 283 284 |
# File 'lib/job_workflow/queue_adapters/solid_queue_adapter.rb', line 280 def finished return self unless self.class.exists?(id) super end |