sbstjn / serverless-sqs-alarms-plugin

Serverless wrapper to setup CloudWatch Alarms for SQS
https://www.npmjs.com/package/serverless-sqs-alarms-plugin
MIT License
36 stars 21 forks source link

Question - Trigger fails sometimes #11

Closed ebisbe closed 2 years ago

ebisbe commented 5 years ago

Hello @sbstjn,

This is more of a question than an issue I think. I'm using this plugin for Fifo queues because it's the only way to use them. Sometimes I check the queue and I have some messages that have been there a long time. My fifo queue has a delay of 300s to avoid duplicates during those 5 minutes next to the message sent to the queue and the threshold I have set up is:

thresholds:
        - 1
        - 2
        - 3
        - 4
        - 10

How is possible that the lambda function is not triggered?