cjh1 / celeryexamples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Setup Python path to find modules
export PYTHONPATH=.


# Run the workers
celery --config=celeryconfig -A vtk.r  worker -Q r-queue
celery --config=celeryconfig -A vtk.python  worker -Q python-queue

About


Languages

Language:Python 100.0%