Why did my webhook volume suddenly spike?
Large webhook bursts are expected recovery traffic, not invalid requests.
Large webhook bursts are expected recovery traffic, not invalid requests. They typically follow an interruption: when delivery to your endpoint is down, Terra keeps retrying, and the data accumulated for that period is sent in bulk once your service resumes. This can recur after any future interruption.
Put a queue or buffer in front of your webhook consumer so bursts do not overload your database writes.
PreviousWhat is the webhook delivery cadence per provider?
NextHow do I stop a retried webhook overwriting newer data?
Last updated
Was this helpful?