【发布时间】:2019-12-31 06:36:26
【问题描述】:
当有任务运行时,Airflow 会弹出一个通知,说调度程序似乎没有运行,并且一直显示直到任务完成:
The scheduler does not appear to be running. Last heartbeat was received 5 minutes ago.
The DAGs list may not update, and new tasks will not be scheduled.
实际上,调度程序进程正在运行,因为我已经检查了该进程。任务完成后,提示消失,一切恢复正常。
我的任务有点繁重,可能要运行几个小时。
【问题讨论】:
标签: airflow