From 499b6008291d12d0230bc8c5537c10fcd4d73bf8 Mon Sep 17 00:00:00 2001 From: Phil Sheard Date: Tue, 9 Feb 2021 12:22:55 +0000 Subject: [PATCH] Update README.md Added explanation to use at least one question mark within the cron definition, as this caught me out today and was working before. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70967869..7d3fa10fa 100644 --- a/README.md +++ b/README.md @@ -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 {