I have a queue and couple of Azure functions in Azure Logic App.
An Azure function takes 5 minutes and when the event "Complete the message in queue" runs in logic app, it fails. Following is the output.
{
"status": 400,
"message": "Failed to complete the message with the lock token '{the-guid}'. The lock on the message has been lost.",
"source": "127.0.0.1"
}
It was not happening a week ago.

