Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-02 | 438 Bytes | |
v3.1 source code.tar.gz | 2025-08-02 | 133.4 kB | |
v3.1 source code.zip | 2025-08-02 | 168.9 kB | |
Totals: 3 Items | 302.8 kB | 4 |
- Added
/metrics
endpoint to expose RQ metrics in Prometheus format. Thanks @terencehonles! - Added token based authentication for the
/metrics
and/stats.json
endpoints. Thanks @RasmusThing! - Migrated Django-RQ to use Python's modern packaging standard. Thanks @terencehonles!
- Fixed an issue with setting
result_ttl
via job decorators. Thanks @Sir-heed! - Various admin page improvements. Thanks @selwin and @DhavalGojiya!