hey
I am using Django with Gunicorn in production
I have a deploy script, and part of it is sudo supervisorctl restart my_gunicorn_django
Once I deploy, I have a little time during which the server does not respond to requests, and I would like to minimize it, how would you recommend to do it?
There is a full path there, it’s /home/ubuntu/, thank you.
And no, I did not try reloadI was thinking reload is when updating to the supervisor conf.
In my next deploy, I will try reload to see if there is lower downtime and really restarts the workers