2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Sep 09, 2025 — Sep 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarify that Rate Limit will ship in RQ 3.0 More... 4 days ago
AsyncWorker preparation (#2470) More... 4 days ago
Execution related improvements (#2472) More... 4 days ago
Schedule job repeats against UTC, not the local wall clock (#2475) More... 4 days ago
Don't mark finished jobs as abandoned leftover in StartedJobRegistry (#2466) More... 10 days ago
Move job dequeueing logic to _fetch_dequeued_job (#2471) More... 11 days ago
Move callback related logic from job.py to callbacks.py (#2469) More... 11 days ago
Bump version to 2.12 More... 12 days ago
Removed mention of a few abandoned projects from README More... 12 days ago
Bump github/codeql-action from 4.37.7 to 4.37.8 (#2465) More... 13 days ago
Make CronScheduler.heartbeat() self heals, if it still runs after brief connection timeouts (#2467) More... 13 days ago
Fix test not calling `tearDown()` (#2468) More... 13 days ago
Added a CronJobRegistry so we can monitor cron job histories without active schedulers (#2464) More... 19 days ago
Bump github/codeql-action from 4.37.6 to 4.37.7 (#2462) More... 19 days ago
Bump version to 2.11 More... 25 days ago
Make scheduler lock more robust (#2458) More... 25 days ago
Stop asserting TypeError wording in failure-callback tests. (#2459) More... 25 days ago
Fix SpawnWorker with redis-py 8.1 (#2457)
b3n
More... 27 days ago
Add worker name and job ID for logging (#2455) More... 28 days ago
Bump github/codeql-action from 4.37.3 to 4.37.6 (#2453) More... 28 days ago
Bump actions/setup-python from 6.2.0 to 7.0.0 (#2443) More... about 1 month ago
chore: declare Python 3.14 support in classifiers (#2446) More... about 1 month ago
Cron job history (#2448) More... about 1 month ago
Bump github/codeql-action from 3 to 4.37.3 (#2449) More... about 1 month ago
Support DICT_CONFIG config file setting in rq worker-pool (#2444)
Raz
More... about 1 month ago
Fix an issue where calling `create_cron` multiple times duplicate jobs (#2447) More... about 1 month ago
Execution should also store job ID (#2442) More... about 2 months ago
Create send_stop_execution_command (#2441) More... about 2 months ago
job.perform() no longer changes job key TTL. (#2440) More... 2 months ago
Replace LocalStack with ContextVar (#2437) More... 2 months ago