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 d7e6875 commit 184f398Copy full SHA for 184f398
config/schedule.yml
@@ -20,7 +20,7 @@ run_security_health_checks:
20
description: "Runs security health checks to detect issues with security data"
21
22
sync_all_accounts:
23
- cron: "*/30 * * * *" # every 30 minutes
+ cron: "0 */6 * * *" # every 6 hours
24
class: "SyncAllJob"
25
queue: "scheduled"
26
description: "Syncs all accounts for all families"
0 commit comments