Working fetch search, refactoring DB towards source search
This commit is contained in:
@@ -106,7 +106,7 @@ RQ_QUEUES = {
|
||||
'HOST': os.environ.get("REDIS_HOST", "localhost"),
|
||||
'PORT': os.environ.get("REDIS_PORT", 6379),
|
||||
'DB': os.environ.get("REDIS_DB", 0),
|
||||
'DEFAULT_TIMEOUT': os.environ.get("REDIS_DEFAULT_TIMEOUT", 360),
|
||||
'DEFAULT_TIMEOUT': os.environ.get("RQ_DEFAULT_TIMEOUT", 900),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user