Skip to content

Commit

Permalink
chore: add tracing to worker (#16429)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Aug 7, 2024
1 parent a395858 commit a0a6509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ web: bin/start-web ddtrace-run python -m gunicorn.app.wsgiapp -c gunicorn-prod.c
web-uploads: bin/start-web ddtrace-run python -m gunicorn.app.wsgiapp -c gunicorn-uploads.conf.py warehouse.wsgi:application
worker: bin/start-worker celery -A warehouse worker -Q default -l info --max-tasks-per-child 32
worker-beat: bin/start-worker celery -A warehouse beat -S redbeat.RedBeatScheduler -l info
worker-traced: env DD_SERVICE=warehouse-worker bin/start-worker ddtrace-run celery -A warehouse worker -Q default -l info --max-tasks-per-child 32

0 comments on commit a0a6509

Please sign in to comment.