我们在AWS负载均衡器后面使用了Airflow。负载均衡器的超时时间为60秒。我们想要将网络服务器的存活-gunicorn更改为高于60s的数字。怎么改变呢?
冲浪后,我们发现气流的gunicorn配置位于〜/ python2.7 / site-packages / airflow / www /中。但不知道如何在此处包含gunicorn属性。
答案 0 :(得分:0)
尝试如下调整气流设置
[webserver]
# Number of seconds the gunicorn webserver waits before timing out on a worker
web_server_worker_timeout = 120