繁体   English   中英

Airflow 调度程序停止异常

[英]Airflow scheduler stops with exception

我在问题中附上了错误消息

ERROR - Exception when executing SchedulerJob._run_scheduler_loop
Traceback (most recent call last):
  File "/home/centos/env_airflow/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context
    cursor, statement, parameters, context
  File "/home/centos/env_airflow/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute
    cursor.execute(statement, parameters)
psycopg2.OperationalError: server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

PostgreSQL 数据库服务器意外关闭了连接。 查看 PostgreSQL 日志文件以获得解释。

在那里,您将找到解释原因的错误消息,或者您会找到类似的消息(意外连接丢失),这表明恶意防火墙或路由器中断了网络连接。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM