jcalazan / ansible-django-stack

Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
MIT License
1.37k stars 391 forks source link

Gunicorn script file is part of the `deploy` tag, but will never be re-read by Supervisor during a deployment #152

Open YPCrumble opened 4 years ago

YPCrumble commented 4 years ago

A possible solution may be to add the deploy tag to the supervisor reread task. There are other configuration options in Supervisor as well that we could investigate.