Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1357

Adding Dramatiq to Queues section.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/douglasmiranda/douglasmiranda-add-dramatiq into master Sep 28, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: douglasmiranda

What is this Python project?

Dramatiq is a distributed task processing library for Python with a focus on simplicity, reliability and performance.

Dramatiq’s driving principles are as follows:

high reliability and performance
simple and easy to understand core
convention over configuration

If you’ve ever had to use Celery in anger, Dramatiq could be the tool for you.

By: @Bogdanp

What's the difference between this Python project and similar ones?

Here are some of the main differences between Dramatiq, Celery and RQ:

# Dramatiq Celery Huey RQ
Python 2 support No Yes Yes Yes
Simple implementation Yes No Yes Yes
Automatic retries Yes No Yes No
Reliable delivery Yes No No No
Locks and rate limiting Yes No Yes No
Task prioritization Yes No No No
Delayed tasks Yes Yes Yes No
Cronlike scheduling No Yes Yes No
Chaining / Pipelining Yes Yes Yes No
Result storage Yes Yes Yes Yes
Code auto-reload Yes No No No
RabbitMQ support Yes Yes Yes No
Redis support Yes Yes Yes Yes
In-memory broker support Yes No Yes No
Greenlet support Yes Yes Yes No

For more: https://dramatiq.io/motivation.html

Realted

  • You can integrate with Django: https://github.com/Bogdanp/django_dramatiq
  • It has a dashboard: https://github.com/Bogdanp/dramatiq_dashboard
  • Schedule tasks with APScheduler: https://defn.io/2018/01/11/dramatiq-cron/

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/douglasmiranda/douglasmiranda-add-dramatiq