Skip to content

Updating LooseForeignKey cleaner service to not raise

Max Fan requested to merge 458618-update-lfk-worker-to-log into master

What does this MR do and why?

Updating LooseForeignKey cleaner service to not raise

Changing the service to log instead, so unaffected definitions are not blocked and can continue to be cleaned up

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

Easiest way is to see if LFK worker still works properly.

  1. Find a merge_request with pipelines
  2. Delete the merge_request
  3. Pipelines associated with the merge request are also deleted

Related to #458618 (closed)

Edited by Max Fan

Merge request reports