You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/11 14:22:43 UTC

[GitHub] [airflow] JieChenAtPonyai commented on issue #12089: Task of dag stuck in queued state forever when using kubernetes executor, and triggered with a future execution date

JieChenAtPonyai commented 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 due to 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:
users@infra.apache.org