gpt4 book ai didi

python-3.x - 在 Airflow 中运行 DAG 时出现 "Handling signal: ttou"消息

转载 作者:行者123 更新时间:2023-12-02 11:26:49 24 4
gpt4 key购买 nike

我创建了示例 DAG,其中 DAG 配置如下。

default_args = {
'owner': 'airflow',
'depends_on_past': False,
'start_date': one_min_ago,
'email': ['admin@airflow.com'],
'email_on_failure': True,
'email_on_retry': True,
'retries': 5,
'retry_delay': timedelta(hours=30))

有了这个,当我运行 Airflow 网络服务器时,我收到以下消息。

/home/af_user/anaconda/lib/python3.5/site-packages/flask/exthook.py:71: 
ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use
flask_cache instead.
.format(x=modname), ExtDeprecationWarning
[2017-12-18 12:41:27,967] [17328] {models.py:167} INFO - Filling up the
DagBag from /home/af_user/airflow/dags
[2017-12-18 12:41:28 +0000] [16648] [INFO] Handling signal: ttou
[2017-12-18 12:41:57 +0000] [16655] [INFO] Worker exiting (pid: 16655)

而且 DAG 仅处于运行状态。

如果有人遇到过这个问题并已修复它,请告诉我。

最佳答案

这些消息是预期的。 ttou(和ttin)信号用于刷新网络服务器的gunicorn工作线程,以便它获取DAG更改。您可以使用 worker_refresh_intervalworker_refresh_batch_size airflow config 修改或禁用此行为。值。

关于python-3.x - 在 Airflow 中运行 DAG 时出现 "Handling signal: ttou"消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47868787/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com