Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

abhijitmamarde/flask-celery-fs-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-celery-fs-sqlite

Example of using Celery with Filesystem Broker and SQLite3 to store back-end results

Instructions

  1. pip install -r requirements.txt in your virtual environment
  2. Launch flask on one terminal
python wsgi_app.py 
  1. Launch celery on another terminal
celery --app wsgi_app.celery worker --loglevel=info --pool=solo

Task Submission

Task Submission

Database Results

Celery Results

About

Example of flask celery using filesystem broker and sqlite3 as back-end storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •