Class: Dynflow::Executors::Sidekiq::WorkerJobs::DrainMarker
- Inherits:
 - 
      InternalJobBase
      
        
- Object
 - InternalJobBase
 - Dynflow::Executors::Sidekiq::WorkerJobs::DrainMarker
 
 
- 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
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  |