Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added explanation to use at least one question mark within the cron definition, as this caught me out today and was working before.
  • Loading branch information
philsheard committed Feb 9, 2021
1 parent 542c8c6 commit 499b600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ See the [example](example/) for more details.

#### Advanced Scheduling

Sometimes a function needs multiple expressions to describe its schedule. To set multiple expressions, simply list your functions, and the list of expressions to schedule them using [cron or rate syntax](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html) in your *zappa_settings.json* file:
Sometimes a function needs multiple expressions to describe its schedule. To set multiple expressions, simply list your functions, and the list of expressions to schedule them using [cron or rate syntax](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html) in your *zappa_settings.json* file. (Note that Amazon's `cron()` syntax is non-standard and requires one of the day-of-month or day-of-week values to be a question mark (?)):

```javascript
{
Expand Down

0 comments on commit 499b600

Please sign in to comment.