Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

File metadata and controls

18 lines (12 loc) · 440 Bytes

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