我在docker上的centos7上运行airflow 1.8,但我的网络服务器未连接到浏览器。我通过pip2.7安装了气流。Flower ui正常运行,使用CeleryExecutor在ECS上运行,initdb运行到与postgres和redis后端的连接,并且我以root身份运行。通过气流Web服务器将Web服务器部署到默认8080。
根据以下显示的日志,是否有人知道导致枪杀工人离开的原因/解决方案是什么?具体来说,好像是这条线
ERROR - [0 / 0] some workers seem to have died and gunicorndid not restart them as expected
Run Code Online (Sandbox Code Playgroud)
整个日志...
[2018-04-13 20:05:01,161] {db.py:287} INFO - Creating tables
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
Done.
[2018-04-13 20:05:02,358] {__init__.py:57} INFO - Using executor CeleryExecutor
/usr/local/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
.format(x=modname), ExtDeprecationWarning
____________ _____________
____ |__( )_________ __/__ /________ __
____ /| |_ /__ ___/_ /_ __ /_ __ \_ | …Run Code Online (Sandbox Code Playgroud)