yuqian90 opened a new pull request #16167:
URL: https://github.com/apache/airflow/pull/16167
closes: #16163
This PR silences these two lines of log for tasks that are running because
they cause confusion for users. In other words, if a task is already running,
do not log saying they can't be run.
```
{taskinstance.py:874} INFO - Dependencies not met for <TaskInstance: ...
[running]>, dependency 'Task Instance Not Running' FAILED: Task is in the
running state
{taskinstance.py:874} INFO - Dependencies not met for <TaskInstance: ...
[running]>, dependency 'Task Instance State' FAILED: Task is in the 'running'
state which is not a valid state for execution. The task must be cleared in
order to be run.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]