Closed robinth91 closed 4 weeks ago
The same started happening to me. Also, even if I scheduled the warmer to run every 5 minutes, it started triggering the Lambda every minute.
Given that I didn't need the concurrency feature, I just uninstalled this library and modified the condition to check event.warm
.
Hey, sorry for the huge delay. As this is an issue from 5 years ago I assume this was already fixed by the newer versions of the library.
I'll be closing this issue but feel free to ping me and I'll happily re-open it.
One of our lambdas randomly doesn't detect the event as a
warmer
event and proceed further which breaks our code (it happens 2-5 times a day).Our code looks like below:
We use serverless to schedule the warmer.
Using atleast
v3.5.0
of thelambda-warmer
. node version8.10.0