michaelwayman / celery-example

Repo to show a friend how to easy-mode use celery for local dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celery-example

Repo to show a friend how to easy-mode use celery for local dev

cd src
celery --app=tasks:app worker --loglevel=INFO -n docker@%h --concurrency=2
cd src
FLOWER_UNAUTHENTICATED_API=True celery --app=tasks:app flower

docker compose up

About

Repo to show a friend how to easy-mode use celery for local dev


Languages

Language:Python 99.7%Language:Shell 0.3%