azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Duplicate Requests Processed

Open sunny-syu opened this issue 5 years ago • 0 comments

We have a Function App written in PowerShell that simply sends out emails using .NET's SmtpClient and MailMessage objects upon HTTP POST requests.

However, sometimes, it will send the same emails twice. But in the Monitoring tab in Function App, the emails logs for the two of the same emails have difference request IDs. It seems like after the first time of the Function App ran, it sends the same request to itself and run the function again

sunny-syu avatar May 27 '19 20:05 sunny-syu