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 shell

Run with:

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

and in a new shell/env:

$ ddtrace-run python producer.py

Package Installs

To install pipenv and pyenv for Mac (https://formulae.brew.sh/formula/pipenv/):

brew install pipenv 
brew install pyenv 

Linux commands can be found here: https://pypi.org/project/pipenv/