Skip to content

mossadnik/celery-example-local-filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages