Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 588 Bytes

File metadata and controls

21 lines (16 loc) · 588 Bytes

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