nothing in the cron logs, nothin in the OS logs.
but i did manage to get one of the spikes in htop.
seems like the gunicorn is taking lots of CPU?
my supervisor.conf
[program:frappe-bench-frappe-web]
command=/home/frappe/frappe-bench/env/bin/gunicorn -b 127.0.0.1:8000 -w 5 -t 120 --threads 6 --keep-alive 4 frappe.app:application --preload --worker-tmp-dir /dev/shm
priority=4
autostart=true
autorestart=true
stdout_logfile=/home/frappe/frappe-bench/logs/web.log
stderr_logfile=/home/frappe/frappe-bench/logs/web.error.log
user=frappe
directory=/home/frappe/frappe-bench/sites
any ideas?
edit: running on AWS t3.medium, 2 CPUs 4GB of RAM. do I need to take something bigger?
never more than 5-10 users concurrently online… are the gunicorn parameters wrong?
