I implemented node mailer as a serverless function. I receive about 15-20 emails each month, which triggers the function each time an email is sent/received. So, I expect the serverless invocation to be around 20. However, the invocation statistics dashboard claims 44,000 invocations, which is hard to believe.
Furthermore, the metrics → Function Metrics has 0 invocations.
I am using Nuxt 3. If anybody can shed some light on this, that would be great.
Site name
vanascanada.netlify.app
Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.
Yes.
I’d imagine that by using Nuxt you may be using features that lean on serverless functions which are separate from those that you personally created, if so that could explain higher than expected invocations.
Or do you mean that the logs show specifically that your mail function has executed 44,000 times?