unfinished business
Need to create a post_progress view taking progress and job id as a POST parameter so that we can send the entire url to rowingdata
This commit is contained in:
@@ -194,9 +194,9 @@ redis_connection = StrictRedis()
|
||||
r = Redis()
|
||||
|
||||
# this doesn't yet work on production
|
||||
if settings.DEBUG:
|
||||
client = SessionTaskListener(r,['tasks'])
|
||||
client.start()
|
||||
#if settings.DEBUG:
|
||||
# client = SessionTaskListener(r,['tasks'])
|
||||
# client.start()
|
||||
|
||||
|
||||
rq_registry = StartedJobRegistry(queue.name,connection=redis_connection)
|
||||
|
||||
Reference in New Issue
Block a user