gpt4 book ai didi

python - 如何在不重新启动 uwsgi 实例的情况下更新 Flask 模板?

转载 作者:行者123 更新时间:2023-11-30 22:44:15 25 4
gpt4 key购买 nike

我有一个使用 uwsgi 实例的 Flask 应用程序。当 cron 命令启动时,该应用程序在后台运行一些线程。有没有一种方法可以在不重新启动 uwsgi 服务的情况下更新我的模板文件?

目前我正在等待线程停止,然后重新加载 uwsgi 服务。

最佳答案

启用TEMPLATES_AUTO_RELOAD效果很好:

app = Flask(__name__)
app.config['TEMPLATES_AUTO_RELOAD'] = True

Whether to check for modifications of the template source and reload it automatically. By default the value is None which means that Flask checks original file only in debug mode.

来源:http://flask.pocoo.org/docs/0.12/config/

关于python - 如何在不重新启动 uwsgi 实例的情况下更新 Flask 模板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41572578/

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