Skip to content

Flask server application with a simple background task worker implementation using Celery and Redis

License

Notifications You must be signed in to change notification settings

arajput63/flask_celery_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_celery_redis

Simple flask application that implements background task worker using Celery and Redis

(execute from inside venv) to run this test application...

terminal 1: python app.py

terminal 2: ./run_redis.sh

terminal 3: celery -A app.celery worker --loglevel=info

About

Flask server application with a simple background task worker implementation using Celery and Redis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published