Private
Public Access
1
0

handle_makeplot in high queue

This commit is contained in:
Sander Roosendaal
2019-03-11 20:35:25 +01:00
parent 9e06059126
commit 10391cb632
2 changed files with 9 additions and 2 deletions

View File

@@ -303,6 +303,13 @@ RQ_QUEUES = {
'HOST': 'localhost',
'PORT': 6379,
'DB': 0,
# 'PASSWORD': 'some-password',
'DEFAULT_TIMEOUT': 360,
},
'high': {
'HOST': 'localhost',
'PORT': 6379,
'DB': 0,
# 'PASSWORD': 'some-password',
'DEFAULT_TIMEOUT': 360,
},