Skip to content

Instantly share code, notes, and snippets.

View oozliuoo's full-sized avatar
🎯
Focusing

oozliuoo

🎯
Focusing
View GitHub Profile
@oozliuoo
oozliuoo / Readme.md
Last active December 19, 2017 02:15
CeleryPipelineDemo

Quick demo of implementing pipelines via Celery

How to use

  1. Install Celery and Redis
  2. Start your redis locally
  3. Run three workers with name worker1@localhost, worker2@localhost and worker3@localhost
  4. Run the main.py