abhijitmamarde / flask-celery-fs-sqlite

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 71.7%Language:HTML 28.3%