Skip to content

Commit

Permalink
Update procfile - add hubspot task queue to normal worker dyno
Browse files Browse the repository at this point in the history
  • Loading branch information
collinpreston authored Jul 12, 2023
1 parent 5718afb commit 9b07e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -A main.celery:app worker -B -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 9b07e8c

Please sign in to comment.