Skip to content
Snippets Groups Projects

Cleanup packages_delete_orphaned_dependencies_worker FF

What does this MR do and why?

MR !20549 (merged) added two tables: packages_dependencies and packages_dependency_links. When a package is deleted, packages_dependency_links rows are properly deleted but rows in packages_dependencies are kept and they can become orphans.

MR !113076 (merged) introduced a cron worker to iterate on the packages_dependencies table and delete those orphaned records.

We put the changes behind a feature flag and now it's globally enabled and deemed stable. This MR is to remove the feature flag.

How to set up and validate locally

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

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 #38266 (closed)

Edited by Moaz Khalifa

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading