Skip to content

Commit 4b7051d

Browse files
pablonyxtim-dim
authored andcommitted
1 parent a5c46fe commit 4b7051d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/onyx/background/celery/tasks/beat_schedule.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
{
6868
"name": "check-for-user-file-folder-sync",
6969
"task": OnyxCeleryTask.CHECK_FOR_USER_FILE_FOLDER_SYNC,
70-
"schedule": timedelta(seconds=30),
70+
"schedule": timedelta(
71+
days=1
72+
), # This should essentially always be triggered manually for user folder updates.
7173
"options": {
7274
"priority": OnyxCeleryPriority.MEDIUM,
7375
"expires": BEAT_EXPIRES_DEFAULT,

0 commit comments

Comments
 (0)