mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
backend: replace /pkg/errors with errutil (#17065)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
[](http://godoc.org/github.com/robfig/cron)
|
||||
[](http://godoc.org/github.com/robfig/cron)
|
||||
[](https://travis-ci.org/robfig/cron)
|
||||
|
||||
# cron
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@ You may use one of several pre-defined schedules in place of a cron expression.
|
||||
|
||||
Intervals
|
||||
|
||||
You may also schedule a job to execute at fixed intervals, starting at the time it's added
|
||||
You may also schedule a job to execute at fixed intervals, starting at the time it's added
|
||||
or cron is run. This is supported by formatting the cron spec like this:
|
||||
|
||||
@every <duration>
|
||||
|
||||
Reference in New Issue
Block a user