[PR #1357] [CLOSED] Adding Dramatiq to Queues section. #1195

Closed
opened 2025-11-06 13:11:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1357
Author: @douglasmiranda
Created: 9/28/2019
Status: Closed

Base: masterHead: douglasmiranda-add-dramatiq


📝 Commits (1)

  • 1993e0b Adding Dramatiq to Queues section.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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

--

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1357 **Author:** [@douglasmiranda](https://github.com/douglasmiranda) **Created:** 9/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `douglasmiranda-add-dramatiq` --- ### 📝 Commits (1) - [`1993e0b`](https://github.com/vinta/awesome-python/commit/1993e0b706fd4e7aa1e9206cbb67c211e1a2ceeb) Adding Dramatiq to Queues section. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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 :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:11:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1195