exasol / cloudwatch-adapter

Makes Exasol database monitoring data available in AWS CloudWatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set retry count for scheduled event to 0

jakobbraun opened this issue · comments

The events must not retry, since this could lead to duplicate reporting

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

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).