mossadnik / celery-example-local-filesystem

Minimal celery example with local filesystem broker + backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal celery skeleton with local file system broker and backend

  • File system config from here
  • For loading data at startup, see here

Starting the worker

>>> celery -A tasks worker --loglevel=info

Running the client

>>> python main.py
2

About

Minimal celery example with local filesystem broker + backend


Languages

Language:Python 100.0%