Skip to content

Commit

Permalink
Add more time and slow down rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbartz committed Dec 22, 2023
1 parent a439bdf commit 2b153be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CFN_DEPLOY_AHA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Resources:
Type: 'AWS::Events::Rule'
Properties:
Description: Lambda trigger Event
ScheduleExpression: rate(1 minute)
ScheduleExpression: rate(10 minutes)
State: ENABLED
Targets:
- Arn: !GetAtt LambdaFunction.Arn
Expand Down
2 changes: 1 addition & 1 deletion cfn/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ template: CFN_DEPLOY_AHA.yml
params:
AWSHealthEventType: "issue | accountNotification | scheduledChange"
AWSOrganizationsEnabled: Yes
EventSearchBack: 12
EventSearchBack: 72
JiraInstanceSecretParam: BLANK_TO_CREATE_MANUALLY
ManagementAccountRoleArn: arn:aws:iam::537691856263:role/custodian-health-read
Regions: us-east-1,us-east-2,ap-southeast-2,eu-central-1,ap-northeast-1
Expand Down

0 comments on commit 2b153be

Please sign in to comment.