Merge pull request #3907 from joe-niland/patch-1

Update schedule.md
This commit is contained in:
Philipp Muens 2017-07-06 12:53:46 +02:00 committed by GitHub
commit b7b775efec

View File

@ -32,7 +32,7 @@ functions:
crawl:
handler: crawl
events:
- schedule: cron(* * * * * *) // run every minute
- schedule: cron(* * * * *) // run every minute
```
This automatically generates a new trigger (``${service}_crawl_schedule_trigger`)