Skip to content

flask app with celery worker queue backed by redis and store tasks in mysql

Notifications You must be signed in to change notification settings

abhishek510/flask_app-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_app

This a full implementation of a distributed web server a. wsgi server (using Flask + Rest Plus) b. 2 API endpoint handlers. i. API 1: Receive POST request and add a job into celery queue backed by Redis and save task in a db MySql ---- Job function is to do a factorial of a number received from the post request ii. API 2: Receive GET request and respond the status of completion of job in queue - Retrieved from DB Added sphinx documentation

Bootstrap the entire project into a self building docker containers- used docker compose Used a nginx instance which routes requests to appropriate containers

About

flask app with celery worker queue backed by redis and store tasks in mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published