Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 03:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 03:09:59 +0300
commit7abe3b23d1dc3267ac7ac4e1955c78c97d06485c (patch)
tree6473f1ad85e06cdd907509198299b7ab4c05db43 /doc/topics
parentaba518c582d1dfe00e9aac5d2e54dbdb17fba8a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/cron/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/topics/cron/index.md b/doc/topics/cron/index.md
index b437541e0ea..ca1bc7f40f2 100644
--- a/doc/topics/cron/index.md
+++ b/doc/topics/cron/index.md
@@ -42,6 +42,7 @@ are valid:
- Run once a month on the 2nd Monday: `0 0 * * 1#2`
- Run once a year at midnight of 1 January: `0 0 1 1 *`
- Run every other Sunday at 0900 hours: `0 9 * * sun%2`
+ - This syntax is from the [fugit modulo extension](https://github.com/floraison/fugit#the-modulo-extension)
For complete cron documentation, refer to the
[crontab(5) — Linux manual page](https://man7.org/linux/man-pages/man5/crontab.5.html).