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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-28 06:08:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-28 06:08:10 +0300
commit01cc59f85e4d40fddb97079a79491fcc9c446c76 (patch)
tree08a2cb50b56ebb008675c0feea2d912d0d5b5bd4 /doc
parent2a9fda3873be76cc9295d663e6157a071f2f882c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-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 057ae82e6ad..f25e01965fd 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`
+- Run twice a month at 3 AM, on the 1st and 15th of the month: `0 3 1,15 * *`
- This syntax is from the [fugit modulo extension](https://github.com/floraison/fugit#the-modulo-extension)
For complete cron documentation, refer to the