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