fixed RQ issue - bg tasks now working on linux notebook
This commit is contained in:
@@ -467,3 +467,9 @@ try:
|
||||
OPAQUE_SECRET_KEY = CFG['opaque_secret_key']
|
||||
except KeyError:
|
||||
OPAQUE_SECRET_KEY = 0xa193443a
|
||||
|
||||
# Celery or RQ
|
||||
try:
|
||||
CELERY = CFG['use_celery']
|
||||
except KeyError:
|
||||
CELERY = False
|
||||
|
||||
Reference in New Issue
Block a user