Class: Airflow::Runner::TaskRunner

Inherits:
BaseRunner show all
Defined in:
lib/async_flow/runner.rb

Overview

TODO: Remove reference to worker, not used

Instance Method Summary collapse

Methods inherited from BaseRunner

#run, #stop

Methods included from Utils::Logger

#logger

Constructor Details

#initializeTaskRunner

Returns a new instance of TaskRunner.



85
86
87
88
# File 'lib/async_flow/runner.rb', line 85

def initialize(...)
  super
  poller.is_workflow_task = false
end