summaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authora1012112796 <1012112796@qq.com>2021-05-11 00:54:45 +0800
committerGitHub <noreply@github.com>2021-05-10 12:54:45 -0400
commit75d8297045b348878697710dc952677490ac58cc (patch)
tree85b7a4a0cbb2b12a507ac61aa3026da841601273 /custom/conf
parent3656a2a67296a2f9e8212d5b1374a0a22c6b9653 (diff)
downloadgitea-75d8297045b348878697710dc952677490ac58cc.tar.gz
gitea-75d8297045b348878697710dc952677490ac58cc.zip
add note about ``cron.SCHEDULE`` format in document (#15812)
* add note about ``cron.SCHEDULE`` format in document Signed-off-by: a1012112796 <1012112796@qq.com> * Update custom/conf/app.example.ini Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index bdcf6aaa17..54e727f940 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1591,6 +1591,11 @@ PATH =
;ENABLED = false
;; Setting this to true will run all enabled cron tasks when Gitea starts.
;RUN_AT_START = false
+;;
+;; Note: ``SCHEDULE`` accept formats
+;; - Full crontab specs, e.g. "* * * * * ?"
+;; - Descriptors, e.g. "@midnight", "@every 1h30m"
+;; See more: https://pkg.go.dev/github.com/gogs/cron@v0.0.0-20171120032916-9f6c956d3e14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Basic cron tasks - enabled by default