Class: CommandTower::Messaging::ExecutionRecoveryJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/command_tower/messaging/execution_recovery_job.rb

Instance Method Summary collapse

Methods inherited from ApplicationJob

#execute_workflow

Instance Method Details

#performObject



8
9
10
# File 'app/jobs/command_tower/messaging/execution_recovery_job.rb', line 8

def perform
  Execution::Recovery.call
end