Skip to content

Reduce the size of the initial backoff duration for web-hooks

Alex Kalderimis requested to merge ajk-reduce-wh-initial-backoff into master

What does this MR do and why?

Prior to this change, the initial backoff duration was 10 minutes, which was found to be suboptimal when the receiving endpoint suffers from large start-up latency and might be suspended during the initial backoff.

This change reduces the initial backoff to 1 minute.

See: https://gitlab.com/gitlab-org/gitlab/-/issues/37514, #375714 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alex Kalderimis

Merge request reports

Loading