0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-10 22:00:13 +00:00

Fix CRON expression link

This commit is contained in:
CrazyMax 2022-12-29 11:06:44 +01:00
parent 0cf39615b2
commit 9dd173a3b2
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -31,7 +31,7 @@ Maximum number of workers that will execute tasks concurrently. (default `10`)
### `schedule`
[CRON expression](https://godoc.org/github.com/robfig/cron#hdr-CRON_Expression_Format) to schedule Diun.
[CRON expression](https://pkg.go.dev/github.com/crazy-max/cron/v3#hdr-CRON_Expression_Format) to schedule Diun.
!!! warning
Remove this setting if you want to run Diun directly.