django-rq icon indicating copy to clipboard operation
django-rq copied to clipboard

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

Results 120 django-rq issues
Sort by recently updated
recently updated
newest added

I know we can do it from the terminal, does rqinfo expose any APIs to use in python code to check if the worker is running

Hi, I'm trying to use get_current_job() function from rq , but I can't figure how to do this. ``` import rq rq.get_current_job() # return None ``` I'm using django_rq, and...

Hello, I think that mixing connections data and queue names in configuration is not a good idea. At least it won't give you to create queues dynamically (CELERY_CREATE_MISSING_QUEUES analogue). More...

Fixed grammar in `README.rst` file.

Allow `rqworker` management command to accept `max-jobs` option which RQ provide to limit the number of jobs to execute.

There are small typos in: - README.rst - django_rq/tests/test_views.py - django_rq/thread_queue.py - integration_test/README.md Fixes: - Should read `response` rather than `responsce`. - Should read `overridden` rather than `overriden`. - Should...

I add a new command named rq_runtime to display runtime of functions. And inset a new column ended in the jobs list page.

i have added in setting file but it give me error this Traceback (most recent call last): File "/home/pys/suraj_workplace/virtualenv/captain_env/lib/python3.8/site-packages/rq/worker.py", line 1359, in perform_job rv = job.perform() File "/home/pys/suraj_workplace/virtualenv/captain_env/lib/python3.8/site-packages/rq/job.py", line 1178,...

Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...

dependencies