Skip to content

Prevent overflow in hook backoff count

What does this MR do?

Fixes a ~bug which allows WebHook#backoff_count to overflow while the ::web_hooks_disable_failed feature flag is turned off.

This MR clamps the backoff_count attribute to the range (0..100).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports

Loading