/flamatiq

Simple example of application based on flask + dramatiq

Primary LanguagePython

Flamatiq

(Flask + dramatiq)

Flask application example with background task queue based on dramatiq.

Features:

  • Simple tasks
  • Task with result
  • Abortable task with dramatiq_abort
  • Shelled periodic task with periodiq
  • Dockerized and "Composed"

Usage

You need to install docker and docker-compose before start

sudo apt-get install -y docker.io
sudo pip3 install docker-compose

Build the image

make build

Start containers

make up

And go to http://localhost:8095/

To stop stack press Ctrl+C