You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was deploying an update via Zappa and got an error with the ScheduleExpression.
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the PutRule operation: Parameter ScheduleExpression is not valid.
I hadn't made changes to the task schedule the Zappa settings so I guess Amazon might have changed the requirements in their backend.
Possible Fix
Some sort of check for validity in the settings would be good, but for now just a reference to these rules in the docs might help others.
Context
I was deploying an update via Zappa and got an error with the
ScheduleExpression
.I hadn't made changes to the task schedule the Zappa settings so I guess Amazon might have changed the requirements in their backend.
Possible Fix
Some sort of check for validity in the settings would be good, but for now just a reference to these rules in the docs might help others.
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: