rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 286 forks source link

There is a problem with latest version of the rq==1.15.1 #613

Closed gavaig closed 1 year ago

gavaig commented 1 year ago

Error during template rendering In template /usr/local/lib/python3.11/site-packages/django_rq/templates/django_rq/job_detail.html, error at line 212

unknown command 'XREVRANGE'

gavaig commented 1 year ago

Seems it was problem with old version of redis=3.2.4, and the command XREVRANGE is available from redis=5.0.0. Resolved by upgrading the redis.