[ ] Regression (a behavior that stopped working in a new release)
[ ] Bug report
[x ] Performance issue
[ ] Documentation issue or request
Current behavior
We have a connection set up between Microsoft Teams and Squidex where the latter sends a notification to a Teams channel. However, one notification is either being sent multiple times or at sporadic times.
Expected behavior
A notification should be sent once at a common time
At the moment all I have is the Squidex error log:
errormessage: Failed to execute rule event with rule id *****/Send event to webhook 'https://*****.webhook.office.com/webhookb2/*****/IncomingWebhook/*****'.
exception.message: Response code does not indicate success: 400 (BadRequest).
exception.type: System.Net.Http.HttpRequestException
The interesting bit is that we are getting the notification twice in Teams so why is Squidex getting a bad request response when the message is going through OK? Not convinced this is an issue with Squidex at this point as it is just doing what it should do; retry when it received an error response. I am not directly working with it so will ask others to add more information when they get it.