Add example for disabled cron syntax.

As discussed in #2344.
This commit is contained in:
rowan 2016-10-17 12:59:01 +11:00
parent 0e320f3095
commit 0c854ebfad

View File

@ -30,4 +30,7 @@ functions:
- schedule:
rate: rate(10 minutes)
enabled: false
- schedule:
rate: cron(0 12 * * ? *)
enabled: false
```