Skip to content

Commit 184f398

Browse files
committed
Every 30 minutes is a bit much and will trigger Sentry warnings
1 parent d7e6875 commit 184f398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run_security_health_checks:
2020
description: "Runs security health checks to detect issues with security data"
2121

2222
sync_all_accounts:
23-
cron: "*/30 * * * *" # every 30 minutes
23+
cron: "0 */6 * * *" # every 6 hours
2424
class: "SyncAllJob"
2525
queue: "scheduled"
2626
description: "Syncs all accounts for all families"

0 commit comments

Comments
 (0)