Update queue_batched_background_migration not to duplicate migrations
If migration with the same job class name, table name, column name, and job arguments already exists do not create a new one, but rather log warning and return. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/329511.
Showing
Please register or sign in to comment