Skip to content

Add webhook rate-limit threshold for Free plan on gitlab.com

Markus Koller requested to merge 330133-webhook-rate-limit-free-plan into master

What does this MR do?

Part of #330133 (closed), see #330133 (comment 590024134) for the data behind this threshold.

The FF for this has been disabled again on gitlab.com, and we'll reenable it after the %14.0 release on June 22, and will also announce this change in the release post.

Migration output

Note: The migration only runs on gitlab.com, so this is a no-op locally:

$ rails db:migrate:up VERSION=20210601131742
== 20210601131742 UpdateWebHookCallsLimit: migrating ==========================
== 20210601131742 UpdateWebHookCallsLimit: migrated (0.0000s) =================
$ rails db:migrate:down VERSION=20210601131742
== 20210601131742 UpdateWebHookCallsLimit: reverting ==========================
== 20210601131742 UpdateWebHookCallsLimit: reverted (0.0000s) =================

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #330133 (closed)

Edited by Markus Koller

Merge request reports