我正在使用 uwsgi + django 并试图使重新加载速度最快。我已经配置了链重新加载(http://uwsgi-docs.readthedocs.io/en/latest/articles/TheArtOfGracefulReloading.html#chain-reloading-lazy-apps),但在服务第一个请求时仍然有几秒钟的延迟工人重新加载后。
有没有办法用uwsgi配置来预热django应用程序以减少等待时间?
python django reload uwsgi
django ×1
python ×1
reload ×1
uwsgi ×1