Skip to content

wrwahut/flask_celery_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_celery_demo

use celery with the flask context, the demo have no db operator just with redis

step: open three terminals(your redis server is opening,if not please run redis-server)

first: start celery command as:

    celery -A celery_worker worker -l info

second: start flask application ,the command is :

    python run.py

final: run the bash command

    curl https://localhost:9000/index

About

use celery with the flask application, the demo have no db operator just with redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages