add note about `cron.SCHEDULE` format in document (#15812)

* add note about ``cron.SCHEDULE`` format in document

Signed-off-by: a1012112796 <[email protected]>

* Update custom/conf/app.example.ini

Co-authored-by: zeripath <[email protected]>

Co-authored-by: zeripath <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
This commit is contained in:
a1012112796
2021-05-10 12:54:45 -04:00
committed by GitHub
co-authored by zeripath techknowlogick
parent d0d901e50f
commit aa67687199
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -245,6 +245,11 @@ test01.xls: application/vnd.ms-excel; charset=binary
- `ENABLED`: 是否在后台运行定期任务。
- `RUN_AT_START`: 是否启动时自动运行。
- `SCHEDULE` 所接受的格式
- 完整 crontab 控制, 例如 `* * * * * ?`
- 描述符, 例如 `@midnight`, `@every 1h30m` ...
- 更多细节参见 [cron api文档](https://pkg.go.dev/github.com/gogs/[email protected])
### Cron - Update Mirrors (`cron.update_mirrors`)