Merge branch 'release/v4.75'
This commit is contained in:
@@ -191,8 +191,10 @@ queuefailed = Queue("failed",connection=Redis())
|
|||||||
redis_connection = StrictRedis()
|
redis_connection = StrictRedis()
|
||||||
r = Redis()
|
r = Redis()
|
||||||
|
|
||||||
client = SessionTaskListener(r,['tasks'])
|
# this doesn't yet work on production
|
||||||
client.start()
|
if settings.DEBUG:
|
||||||
|
client = SessionTaskListener(r,['tasks'])
|
||||||
|
client.start()
|
||||||
|
|
||||||
|
|
||||||
rq_registry = StartedJobRegistry(queue.name,connection=redis_connection)
|
rq_registry = StartedJobRegistry(queue.name,connection=redis_connection)
|
||||||
|
|||||||
Reference in New Issue
Block a user