You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
I have implemented the verificationBuilder function and it works great, thank you. I have however noticed that about every 3 minutes, it takes 10x the time to complete this function.
So my normal lambda function takes about 400ms to run, but on first run and approximately once every 3 minutes, on the 3 minute mark, it goes to 4000.
Does anyone know about this issue / able to shed any light on it?
Hi All,
I have implemented the verificationBuilder function and it works great, thank you. I have however noticed that about every 3 minutes, it takes 10x the time to complete this function.
So my normal lambda function takes about 400ms to run, but on first run and approximately once every 3 minutes, on the 3 minute mark, it goes to 4000.
Does anyone know about this issue / able to shed any light on it?
Thanks very much!