/celery-service-template

Template for async celery services

Primary LanguagePython

Flask Celery Examples


Python 3 | Flask | Celery | Redis | nanobar.js

Overview


Examples illustrating using Celery with Flask for background tasks.

Flask is a Python web microframework.

Celery is an Asynchronous python task queue based on distributed message passing.

Redis is a key-value store that can be used as a message broker

nanobar is a lightweight progress bar.

The examples are based on this tutorial by Miguel Grinberg.

License


There code herein can be used freely for anything you like. Consider it public domain.

Contributor


Matt Gathu