karakanb commented on issue #24466:
URL: https://github.com/apache/airflow/issues/24466#issuecomment-1159164161

   Huh, here's sth weird I have observed: I have 3 tasks that have failed with 
the same issue, and they have all failed at the same 2 seconds that day: 
`2022-06-16, 02:53:24 UTC` and `2022-06-16, 02:53:25 UTC.
   
   Here are the final logs from all 3 tasks:
   
   task1 - which is the tasks that I have shared the logs for above:
   ```
   [2022-06-16, 02:53:25 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-task-id__2022-06-15T01:00:00+00:00 
[running]>, dependency 'Task Instance Not Running' FAILED: Task is in the 
running state
   [2022-06-16, 02:53:25 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-task-id__2022-06-15T01:00:00+00:00 
[running]>, dependency 'Task Instance State' FAILED: Task is in the 'running' 
state.
   [2022-06-16, 02:53:25 UTC] {local_task_job.py:101} INFO - Task is not able 
to be run
   ```
   
   task2:
   ```
   [2022-06-16, 02:53:24 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-second-task 
scheduled__2022-06-15T01:00:00+00:00 [running]>, dependency 'Task Instance 
State' FAILED: Task is in the 'running' state.
   [2022-06-16, 02:53:24 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-second-task 
scheduled__2022-06-15T01:00:00+00:00 [running]>, dependency 'Task Instance Not 
Running' FAILED: Task is in the running state
   [2022-06-16, 02:53:24 UTC] {local_task_job.py:101} INFO - Task is not able 
to be run
   ```
   
   task3:
   ```
   [2022-06-16, 02:53:24 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-third-task 
scheduled__2022-06-15T01:00:00+00:00 [running]>, dependency 'Task Instance Not 
Running' FAILED: Task is in the running state
   [2022-06-16, 02:53:24 UTC] {taskinstance.py:1149} INFO - Dependencies not 
met for <TaskInstance: my-company.my-third-task 
scheduled__2022-06-15T01:00:00+00:00 [running]>, dependency 'Task Instance 
State' FAILED: Task is in the 'running' state.
   [2022-06-16, 02:53:24 UTC] {local_task_job.py:101} INFO - Task is not able 
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]

Reply via email to