JieChenAtPonyai edited a comment on issue #12089: URL: https://github.com/apache/airflow/issues/12089#issuecomment-796772246
I met a similar issue. After investigation, I find the root cause is the the worker pod does not update the status of task to RUNNING because this dependence [RunnableExecDateDep](https://github.com/apache/airflow/blob/master/airflow/ti_deps/deps/runnable_exec_date_dep.py) is not met. So this task is stuck in queued state. I think enabling [allow_trigger_in_future](https://github.com/apache/airflow/blob/f2558cdd55ee4900c7f7f0c300354c742cd38d8c/airflow/config_templates/default_airflow.cfg#L928) can resolve it. ---------------------------------------------------------------- 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]
