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 ce0413f commit a67630dCopy full SHA for a67630d
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -518,7 +518,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
518
519
### Cron - Repository Health Check (`cron.repo_health_check`)
520
521
-- `SCHEDULE`: **every 24h**: Cron syntax for scheduling repository health check.
+- `SCHEDULE`: **@every 24h**: Cron syntax for scheduling repository health check.
522
- `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout.
523
- `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck
524
0 commit comments