Skip to content

Refactor WebHook rate-limiting code

Luke Duncalfe requested to merge 345165-refactor-WebHook-rate-limit-methods into master

What does this MR do and why?

Refactors the WebHook rate-limiting code to move the method call that increments the rate limit for a WebHook into the model, to be alongside the existing disabling methods #disable! and #backoff! which are also in the model.

There should be no functional changes.

MR acceptance checklist

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

Related to #345165 (closed)

Edited by Luke Duncalfe

Merge request reports