Private
Public Access
1
0

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:
Sander Roosendaal
2017-11-02 23:10:35 +01:00
parent 8bb7e9bfc2
commit f1694793b0
2 changed files with 40 additions and 10 deletions

View File

@@ -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)