kaxil commented on code in PR #44579:
URL: https://github.com/apache/airflow/pull/44579#discussion_r1866505579
##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -168,13 +168,11 @@ def run(ti: RuntimeTaskInstance, log: Logger):
next_method = defer.method_name
timeout = defer.timeout
msg = DeferTask(
- state="deferred",
classpath=classpath,
trigger_kwargs=trigger_kwargs,
next_method=next_method,
trigger_timeout=timeout,
)
- global SUPERVISOR_COMMS
Review Comment:
Was redundant
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]