Skip to content

Move GenerateGitLabSubscriptions to post-deploy migration

Stan Hu requested to merge sh-move-generate-subscriptions-to-post-deploy into master

This avoids Sidekiq versioning pitfalls where the deploy host schedules a new migration, and the older Sidekiq hosts don't know about this migration.

See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5746

Merge request reports