awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rq avatar

rq/django-rq

0
View on GitHub↗
1,948 نجوم·296 تفرعات·Python·MIT·4 مشاهدات

Django Rq

A simple app that provides django integration for RQ (Redis Queue)

Features

  • Infrastructure and Tasks - Monitors and manages background tasks.
  • Task Queues - Redis-based task queue integration.

سجل النجوم

مخطط تاريخ النجوم لـ rq/django-rqمخطط تاريخ النجوم لـ rq/django-rq

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Django Rq

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Django Rq.
  • django-q2/django-q2الصورة الرمزية لـ django-q2

    django-q2/django-q2

    616عرض على GitHub↗

    A multiprocessing distributed task queue for Django based on Django-Q

    Python
    عرض على GitHub↗616
  • coleifer/hueyالصورة الرمزية لـ coleifer

    coleifer/huey

    5,933عرض على GitHub↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Pythondankpythonqueue
    عرض على GitHub↗5,933
  • roadrunner-server/roadrunnerالصورة الرمزية لـ roadrunner-server

    roadrunner-server/roadrunner

    8,473عرض على GitHub↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Goapplication-servergolanghacktoberfest
    عرض على GitHub↗8,473
  • bogdanp/dramatiqالصورة الرمزية لـ Bogdanp

    Bogdanp/dramatiq

    5,136عرض على GitHub↗

    Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It functions as an asynchronous task orchestrator that enables the distribution of computational tasks across a cluster using a pluggable transport layer supporting RabbitMQ and Redis. The framework provides specialized tools for complex task orchestration, including the ability to link background jobs into sequences, pipelines, and barriers. It further manages distributed concurrency through the use of shared mutexes, rate limiters, and exponential backoff retries to prevent re

    Pythondistributed-lockpythonrabbit
    عرض على GitHub↗5,136
عرض جميع البدائل الـ 28 لـ Django Rq→

الأسئلة الشائعة

ما هي وظيفة rq/django-rq؟

A simple app that provides django integration for RQ (Redis Queue)

ما هي الميزات الرئيسية لـ rq/django-rq؟

الميزات الرئيسية لـ rq/django-rq هي: Infrastructure and Tasks, Task Queues.

ما هي البدائل مفتوحة المصدر لـ rq/django-rq؟

تشمل البدائل مفتوحة المصدر لـ rq/django-rq: coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. django-q2/django-q2 — A multiprocessing distributed task queue for Django based on Django-Q. roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… bogdanp/dramatiq — Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It… celery/django-celery-results — Celery result back end with django. celery/django-celery-beat — Celery Periodic Tasks backed by the Django ORM.