Skip to content

Commit

Permalink
Revert "Add flag for Celery to send task state change events"
Browse files Browse the repository at this point in the history
This reverts commit d170406.
  • Loading branch information
blarghmatey committed Jun 14, 2024
1 parent 8ecfe86 commit eafe36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bin/start-nginx bin/start-pgbouncer newrelic-admin run-program uwsgi uwsgi.ini
worker: bin/start-pgbouncer newrelic-admin run-program celery -E -A main.celery:app worker -Q hubspot_sync,celery -B -l $MITX_ONLINE_LOG_LEVEL
extra_worker: bin/start-pgbouncer newrelic-admin run-program celery -E -A main.celery:app worker -Q hubspot_sync,celery -l $MITX_ONLINE_LOG_LEVEL
worker: bin/start-pgbouncer newrelic-admin run-program celery -A main.celery:app worker -Q hubspot_sync,celery -B -l $MITX_ONLINE_LOG_LEVEL
extra_worker: bin/start-pgbouncer newrelic-admin run-program celery -A main.celery:app worker -Q hubspot_sync,celery -l $MITX_ONLINE_LOG_LEVEL

0 comments on commit eafe36a

Please sign in to comment.