mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
* Set --master flag so we have a preforking master process to manage subprocs * Set max-requests to 1000 so uwsgi will recycle processes after 1000 requests * Set --no-orphans so uwsgi will track child processes and clean them up in order to respawn children * Turn stats on in the container and install uwsgitop in dev requirements so we can track uwsgi stats
To find packages missing from requirements.txt run the below command and look for packages after the example listed below. `PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt` ``` ... ## The following requirements were added by pip freeze: functools32==3.2.3.post2 ... ```