Webhook executing twice?
I have created a webhook and am seeing it regularly execute twice, always 5 minutes apart. When I look at the Event log on https://mytenancy.userecho.com/settings/integrations/webhook/, I noticed that on every occasion that it executes twice the log shows a 5 minute gap between Created and Delivered,and on every occasion that it executes once the log shows no gap between Created and Delivered. Below is a screenshot of my Event log in UserEcho and the event log in my consumer (an Azure Function) with the timestamps linked by arrows. Note that in all cases, my consumer responded with 200 OK within a few seconds.
The screenshot was captured after the latest event was created, and was processed by my consumer, but before UserEcho recorded it as "Delivered". In this case, UserEcho sent another request after 5 minutes, as described above, and now shows 9:19 a.m. as the Delivered time and a Status of 1.
I noticed on the Webhooks documentation page in point 4 it says you must respond with 200 OK, and that if it receives any other response (or presumably if it doesn't receive a response in time, although I'm not sure what the timeout is), it will retry after 1 minute. Is the 1 minute retry still correct, or is it 5 minutes? Could this be the reason that I am seeing retries, even though I am responding with 200 OK? Is there any more information available to me to help diagnose what is happening? Any help would be greatly appreciated - please let me know if I can supply you with any more information.
How would you rate the customer service you received?
Satisfaction mark by Real Name 6 years ago
Add a comment about quality of support you received (optional):
Hello, we have checked logs and see that hooks delivered on 2nd attempt most of the times.
UE wait for the response for the 10 seconds and then cancel attempt, and repeat it after 5 minutes.
Is it difficult on your side to generate response within 10 seconds?