Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 7ba8655

Browse files
authored
Merge pull request #278 from Pocket/SOCIALPLAT-700-remove-service-from-tier-1-pagerduty-policy
chore(pagerduty):  [SOCIALPLAT-700] Remove this service from Tier 1 PagerDuty policy
2 parents c201dbd + dc5371a commit 7ba8655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.aws/src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,9 @@ class ShareableListsAPI extends TerraformStack {
239239
return new PocketPagerDuty(this, 'pagerduty', {
240240
prefix: config.prefix,
241241
service: {
242+
// This is a Tier 2 service and as such only raises non-critical alarms.
242243
criticalEscalationPolicyId: incidentManagement
243-
.get('policy_default_critical_id')
244+
.get('policy_default_non_critical_id')
244245
.toString(),
245246
nonCriticalEscalationPolicyId: incidentManagement
246247
.get('policy_default_non_critical_id')

0 commit comments

Comments
 (0)