$ docker-compose up -dTo install the Python dependencies into virtual environment:
$ pipenv install
$ pipenv shRun with:
$ DATADOG_TRACE_DEBUG=true ddtrace-run celery -A consumer worker --loglevel=infoand in a new shell/env:
$ ddtrace-run python producer.py