{"library":"django-rq","type":"library","category":null,"description":"Django-RQ is a simple app that provides seamless integration for RQ (Redis Queue) with the Django framework. It allows developers to configure Redis queues directly within Django's settings, enqueue tasks, and manage background workers efficiently. The library is actively maintained, currently at version 4.1.0, and typically releases updates as new features or compatibility fixes for Django and RQ are introduced.","language":"python","status":"active","version":"4.1.0","tags":["django","rq","redis","queue","background tasks","async"],"last_verified":"Fri May 22","install":[{"cmd":"pip install django-rq","imports":["from django_rq import job","import django_rq\ndjango_rq.enqueue(func, *args, **kwargs)","import django_rq\nqueue = django_rq.get_queue('queue_name')","import django_rq\nredis_conn = django_rq.get_connection('queue_name')","import django_rq\nscheduler = django_rq.get_scheduler('queue_name')"]}],"homepage":"https://python-rq.org/patterns/django/","github":"https://github.com/rq/django-rq","docs":null,"changelog":"https://github.com/rq/django-rq/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/django-rq/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":4.2,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-rq/compatibility"}}