Closed Dom4n closed 5 years ago
@Dom4n Do you have a solution yet? I am totally stuck and cannot deploy my updates to server
Right now I have set redis<3
in requirements.txt / Pipfile file in my projects.
Or just install older version: pip install "redis<3"
Support for Redis 3 has just been merged into RQ https://github.com/rq/rq/pull/1016 . PR welcome!
Because of this change: https://github.com/andymccurdy/redis-py/blob/3.0.0/CHANGES#L27
rq-scheduler stopped working.
I have done a little debugging and it seems that this line: https://github.com/rq/rq-scheduler/blob/v0.8.3/rq_scheduler/scheduler.py#L212 and other lines that are using
self.connection._zadd
are passing only timestamp instead of mapping as second argument.Stacktrace:
Right now I don`t have time to try fixing it, so just reporting :smile: