Skip to main content

Adds Dramatiq support to your Flask application

Project description

Flask-Dramatiq

Flask-Dramatiq plugs Dramatiq task queue in your Flask web application.

// Features //

  • Configure Dramatiq from Flask configuration.
  • Ensure Flask app is available to Dramatiq actor.
  • Add worker command to Flask CLI.
  • Enable Flask Application factory.
  • Handle multiple brokers with configurable prefix.

Full documentation at flask-dramatiq.readthedocs.io.

// Installation and Usage //

Flask-Dramatiq is licensed under BSD-3-Clause. Add flask-dramatiq to your project:

$ poetry add flask-dramatiq

Then use Dramatiq object as a regular Flask extension:

from flask import Flask
from flask_dramatiq import Dramatiq

app = Flask(__name__)
dramatiq = Dramatiq(app)

@dramatiq.actor()
def my_actor():
    ...

@app.route("/")
def myhandler():
    my_actor.send()

Flask-Dramatiq adds two configuration keys:

  • DRAMATIQ_BROKER, points to broker class like dramatiq.brokers.rabbitmq.RabbitmqBroker or dramatiq.brokers.redis.RedisBroker.
  • DRAMATIQ_BROKER_URL is passed as url keyword argument to broker class.

Now run worker program to consume messages and execute tasks in the background:

$ flask worker --processes=1

A complete flask app is available in project source tree example.py.

// Credit and Support //

Feel free to open an issue or suggest a merge request on Gitlab project page. Contribution welcome!

The project is based on Bogdanp/flask_dramatiq_example.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-dramatiq-0.3.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

flask_dramatiq-0.3.2-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file flask-dramatiq-0.3.2.tar.gz.

File metadata

  • Download URL: flask-dramatiq-0.3.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.6.7 Linux/4.19.0-2-amd64

File hashes

Hashes for flask-dramatiq-0.3.2.tar.gz
Algorithm Hash digest
SHA256 933fec652f90bdf3e509a60ee6388e1a11eff01f390955ce856809ffdf2413b2
MD5 ddc6dbac8de79e456f615ce841ef64d6
BLAKE2b-256 e183ccfd0107d520fe7c23aaf37655c570b1cf55e5c63c2ea28300942348be97

See more details on using hashes here.

File details

Details for the file flask_dramatiq-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: flask_dramatiq-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.6.7 Linux/4.19.0-2-amd64

File hashes

Hashes for flask_dramatiq-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b4a345336979bbb0bb82e0ebb71e1d13d63a53ad86e171839c37d8d11d01935d
MD5 c50474eb349a64d3371245bb50773a19
BLAKE2b-256 be3344291ac3c2f39489f987ff003eaf9aab55e52fef3602cf199162802f8f2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page