rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.43k stars 230 forks source link

Avoid using removed rq.compat from rq older than rq 1.13 #303

Open dirkmueller opened 10 months ago

dirkmueller commented 10 months ago

rq 1.13 dropped rq.compat completed. It was replaced with a simple str() instead. Bump minimum version to 1.13 which provides that new api.