Class: Dynflow::Executors::Sidekiq::WorkerJobs::DrainMarker

Inherits:
InternalJobBase
  • Object
show all
Defined in:
lib/dynflow/executors/sidekiq/worker_jobs.rb

Instance Method Summary collapse

Methods inherited from InternalJobBase

inherited, #telemetry_options, #worker_id

Methods included from Serialization::WorkerExtension::ClassMethods

#client_push

Instance Method Details

#perform(world_id) ⇒ Object



36
37
38
# File 'lib/dynflow/executors/sidekiq/worker_jobs.rb', line 36

def perform(world_id)
  OrchestratorJobs::StartupComplete.perform_async(world_id)
end