diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-01-15 12:56:15 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-01-15 12:56:15 +0200 |
| commit | f2cc5a3aa4c5acaa6b9fd38af10ebdd492ca0ee4 (patch) | |
| tree | 4a72b856fe96f5755a6e767f0de6f13ff562449d | |
| parent | 8c361b2867414760b776908fb7f82535ca4d63c3 (diff) | |
Reduce gunicorn workers
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -web: python manage.py run_gunicorn -b 0.0.0.0:$PORT -w 2 +web: python manage.py run_gunicorn -b 0.0.0.0:$PORT worker: celery -A newsdiff worker -B --loglevel=info |
