tile38
tile38 copied to clipboard
Allow configuring webhook behaviour
It would be great if we could configure the behaviour of the webhooks. For example, being able to set timeout values and retry/backoff policies.
Especially since I noticed that at the moment, if your webhook takes a long time or returns a non 200 code, this can cause the entire DB to be slow to respond if you have a lot of webhooks.
@damariei I agree. Perhaps config options for timeout, retention, and retry?
Also some logging around errors could be helpful.
@tidwall i can jump on it, i worked a lot with a webhook system and can add some configuration stuff also.
@m1ome Sure. Give it a go.
Did this make it to the product? Keen to have the ability to turn on/off hooks without need to delete and also prevent multiple triggers within time period etc.