dirrao commented on code in PR #39177:
URL: https://github.com/apache/airflow/pull/39177#discussion_r1578824340


##########
airflow/utils/log/file_task_handler.py:
##########
@@ -366,10 +366,7 @@ def _read(
         executor_messages: list[str] = []
         executor_logs: list[str] = []
         served_logs: list[str] = []
-        is_running = ti.try_number == try_number and ti.state in (
-            TaskInstanceState.RUNNING,
-            TaskInstanceState.DEFERRED,

Review Comment:
   when the task is deferred, Does the logs are served from triggerer? 



-- 
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]

Reply via email to