mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
fa0780b9d0
* 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
15 lines
159 B
Plaintext
15 lines
159 B
Plaintext
django-debug-toolbar==1.5
|
|
pprofile
|
|
ipython
|
|
unittest2
|
|
pep8
|
|
flake8
|
|
pyflakes
|
|
pytest==2.9.2
|
|
pytest-cov
|
|
pytest-django
|
|
pytest-pythonpath
|
|
pytest-mock
|
|
flower
|
|
uwsgitop
|