devilry / devilry-django

Devilry project main repository
http://devilry.org
BSD 3-Clause "New" or "Revised" License
51 stars 24 forks source link

Updates to background tasks #1290

Closed torgeirl closed 2 months ago

torgeirl commented 4 months ago

Issues

Suggested solution

What versions should we aim for

So perhaps redis==5.0.*+ rq==1.16.* + django-rq==2.8.* is an OK place to start while we are on Django 4.2?

espenak commented 2 months ago

Only missing some updates to the rq_setup module - need to update it or just document how to setup manually

espenak commented 2 months ago

I just kept the quick setup module (rq_setup), but updated the docs for RQ setup with hints for more complex setups like sentinel and https.