gaybro8777 / flask-celery-example

A simple example for using Flask + Celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%