Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

celery4.1

Install/Setup

$ docker-compose up -d

To install the Python dependencies into virtual environment:

$ pipenv install
$ pipenv sh

Run with:

$ DATADOG_TRACE_DEBUG=true ddtrace-run celery -A consumer worker --loglevel=info

and in a new shell/env:

$ ddtrace-run python producer.py