Files
Django/deploy/gunicorn-warmup.cron

6 lines
315 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 每 2 分钟预热 Gunicorn worker解决「空闲后第一下卡、有广播/并发反而不卡」
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/2 * * * * root /opt/1panel/apps/openresty/nginx/www/sites/43.142.166.152.443/django/deploy/gunicorn-warmup.sh >/dev/null 2>&1