anderzhao commented on issue #34013:
URL: https://github.com/apache/airflow/issues/34013#issuecomment-2014304310

   Also facing this issue. Any solution yet? 
   AIRFLOW_VERSION=2.7.2
   ```python
   file_sensor = FileSensor(
       task_id=f"file_sensor_***",
       filepath="***",
       poke_interval=timedelta(minutes=10),
       mode='reschedule',
       timeout=20*60*60,
   )
   ```
   
   ```bash
   [2024-03-22T00:20:22.482+0800] {local_task_job_runner.py:228} INFO - Task 
exited with return code 0
   [2024-03-22T00:20:23.018+0800] {taskinstance.py:2778} INFO - 0 downstream 
tasks scheduled from follow-on schedule check
   ...
   [2024-03-22T00:30:33.300+0800] {local_task_job_runner.py:228} INFO - Task 
exited with return code 0
   [2024-03-22T00:30:33.350+0800] {taskinstance.py:2778} INFO - 0 downstream 
tasks scheduled from follow-on schedule check
   ...
   [2024-03-22T00:47:46.183+0800] {local_task_job_runner.py:228} INFO - Task 
exited with return code 0
   [2024-03-22T00:47:46.220+0800] {taskinstance.py:2778} INFO - 0 downstream 
tasks scheduled from follow-on schedule check
   [2024-03-22T01:13:34.393+0800] {taskinstance.py:1149} INFO - Dependencies 
not met for <TaskInstance: dag_name.task_name 
scheduled__2024-03-20T16:00:00+00:00 [failed]>, dependency 'Task Instance 
State' FAILED: Task is in the 'failed' state.
   [2024-03-22T01:13:34.401+0800] {local_task_job_runner.py:154} 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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to