We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853738a commit c070354Copy full SHA for c070354
backend/ee/danswer/background/celery/tasks/beat_schedule.py
@@ -15,7 +15,7 @@
15
{
16
"name": "check-ttl-management",
17
"task": DanswerCeleryTask.CHECK_TTL_MANAGEMENT_TASK,
18
- "schedule": timedelta(seconds=5),
+ "schedule": timedelta(hours=1),
19
},
20
]
21
0 commit comments