Add a retry status counter to each webhook to monitor connection problems
We receive webhooks from Campaign. Optimizely retries several times if a webhook event could not be delivered.
Now we want to monitor that the connection is stable and we do not loose data.
For this, a retry counter would be helpful in each webhook, indication how many retries have been done for this specific event. If the counter increases we know that there seem to be issues receiving the events and can analyse and restabalize.
2
votes