Remove joint Pulse consumer from Procfile (#6474)

It sometimes confuses me. Once we decide to switch over we can add it back.
This commit is contained in:
Armen Zambrano 2020-06-04 09:20:21 -04:00 коммит произвёл GitHub
Родитель 548ae931fa
Коммит 7587fb224e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -38,8 +38,6 @@ celery_scheduler: REMAP_SIGTERM=SIGQUIT newrelic-admin run-program celery beat -
# TODO: Merge these two listeners into one since they use so little CPU each (bug 1530965).
pulse_listener_pushes: newrelic-admin run-program ./manage.py pulse_listener_pushes
pulse_listener_tasks: newrelic-admin run-program ./manage.py pulse_listener_tasks
# Both Pulse listeners; for now, do not run at the same time as the othe ones.
pulse_listener: newrelic-admin run-program ./manage.py pulse_listener
# Processes pushes/jobs from Pulse that were collected by `pulse_listener_{pushes,tasks}`.
worker_store_pulse_data: REMAP_SIGTERM=SIGQUIT newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q store_pulse_pushes,store_pulse_tasks --concurrency=3