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:
parent
0cf39615b2
commit
9dd173a3b2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue