Skip to content

Disable github_import_lock_user_finder FF by default

Rodrigo Tomonari requested to merge revert-e4f98643 into master

What does this MR do and why?

Revert "Merge branch 'rodrigo/enable_github_import_lock_user_finder_ff' into 'master'"

This reverts merge request !143118 (merged)

The feature caused an incident because user_finder is called inside a transaction locking the DB connection for a long time.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

Edited by Rodrigo Tomonari

Merge request reports