Remove --verbosity=2 from email worker
The verbose processing messages are consuming our Papertrail quota in dev.
This commit is contained in:
Родитель
46b1eec1cf
Коммит
9927ef5415
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: gunicorn privaterelay.wsgi
|
||||
worker: python ./manage.py process_emails_from_sqs --verbosity 2
|
||||
worker: python ./manage.py process_emails_from_sqs
|
||||
|
|
Загрузка…
Ссылка в новой задаче