Hello,
we are using webhooks to synchronize user data between FusionAuth and our application.
In the event logs, we are sometimes getting errors about http timeouts (which can always happen because of, e.g., network hiccups etc.)
I have two questions:
- Are the calls to the webhooks retried? If yes, can that be configured? (number of retries, backoff method)
- Would it be possible to silence the errors for retried requests, and only create an error event when FusionAuth gives up to call a webhook?
Best, Tobias