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