Skip to content

Commit 749bc29

Browse files
committed
Fix typo, redundancy
1 parent 11104e0 commit 749bc29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/usecase_cloudwatch-alerting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use case: CloudWatch alerting
44
NOTE: this guide applies to most AWS services - not just SQS. But we'll use SQS as an example.
55

66
Let's say that you have queue workers (whether in AWS or outside of AWS) that use AWS's SQS
7-
(Simple Queue Service). Great way to detect problems is to detect if they queue is backing up.
7+
(Simple Queue Service). Great way to detect problems is to detect if the queue is backing up.
88

99

1010
What does a healhy queue look like?
@@ -31,7 +31,7 @@ Unhealthy queue gets messages sent to it faster than they are processed. Looks l
3131
Observations:
3232

3333
- Items are sent to the queue pretty constantly.
34-
- Visible messages (= messages that are not yet consumed by a worker) ARE NOT close to zero.
34+
- Visible messages ARE NOT close to zero.
3535

3636

3737
Creating a CloudWatch alarm to detect unhealthy queue

0 commit comments

Comments
 (0)