Skip to content

gaybro8777/flask-celery-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple example for Flask with Celery

see: http://flask.pocoo.org/docs/patterns/celery/

In this project directory start celery: 

     celery -A app.celery worker&

then start the application:

    python app.py&

<optional> then run the example script

    python example.py 

About

A simple example for using Flask + Celery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%