Set retry count for scheduled event to 0
jakobbraun opened this issue · 3 comments
jakobbraun commented
The events must not retry, since this could lead to duplicate reporting
jakobbraun commented
Basically this should be as simple as adding
RetryPolicy:
MaximumRetryAttempts: 0
MaximumEventAgeInSeconds: 60
to the template.yaml
. But then publish fails due to a bug in sam: https://github.com/aws/serverless-application-model/issues/1931
jakobbraun commented
Reopening since the workaround did work: On the second publish step SAM does not change the app in the repository but just reports a success (probably another bug in SAM-CLI).
jakobbraun commented
Blocked. Waiting for https://github.com/aws/serverless-application-model/issues/1931