rq / django-rq

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

ImportError: cannot import name 'ColorizingStreamHandler' from 'rq.utils' #616

Closed Gyakusetsu closed 7 months ago

Gyakusetsu commented 12 months ago

My current solution:

Looks like something broke in rq >= 1.14.0

selwin commented 7 months ago

This should already be fixed in newer version of django-rq.

oleksandr-luxmedien commented 2 months ago

Greetings, I'm using django-rq == 2.10.2 and rq == 1.16.2, and I am having the same error.

In my case, the problem is with rq-scheduler package that still has old import in the latest package version, but fixed import in the master branch: https://github.com/rq/rq-scheduler/blob/master/rq_scheduler/utils.py