Cross Reference: proof_execution_worker.rb
xref
: /
ontohub
/
lib
/
proof_execution_worker.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
ProofExecutionWorker
<
BaseWorker
sidekiq_options
queue
:
'hets'
def
perform
(
proof_attempt_id
)
proof_attempt
=
ProofAttempt.find
(
proof_attempt_id
)
ProofExecution.new
(
proof_attempt
)
.
call
end
end