Url visualize fix, setting job timeout, decode news.google.com debug

This commit is contained in:
Luciano Gervasoni
2025-04-06 20:31:05 +02:00
parent b55243009a
commit 4011717c34
3 changed files with 7 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ SCHEDULER_QUEUES = {
}
}
SCHEDULER_CONFIG = {
'DEFAULT_JOB_TIMEOUT': os.environ.get("JOB_DEFAULT_TIMEOUT", 60*30), # 30 minutes
'DEFAULT_TIMEOUT': os.environ.get("JOB_DEFAULT_TIMEOUT", 60*30), # 30 minutes
'DEFAULT_RESULT_TTL': 60*60*12, # 12 hours
'EXECUTIONS_IN_PAGE': 20,