File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Use case: CloudWatch alerting
44NOTE: this guide applies to most AWS services - not just SQS. But we'll use SQS as an example.
55
66Let'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
1010What does a healhy queue look like?
@@ -31,7 +31,7 @@ Unhealthy queue gets messages sent to it faster than they are processed. Looks l
3131Observations:
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
3737Creating a CloudWatch alarm to detect unhealthy queue
You can’t perform that action at this time.
0 commit comments