yuqian90 commented on issue #16163:
URL: https://github.com/apache/airflow/issues/16163#issuecomment-1092704478
> @ashb so regardless of whether the first worker is still running or
defunct/dead, shouldn't the second worker be able to "take over" somehow?
>
> Otherwise, what's the point in trying?
From what i've observed, there's no point for the second Airflow worker to
try running it. We should just silence the error.
```
{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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]