Skip to content

Use with_lock_retries when adding concurrent FK

Adam Hegyi requested to merge concurrent_foreign_key_uses_with_lock_retries into master

What does this MR do?

Use with_lock_retries block when creating the not valid foreign key within the add_concurrent_foreign_key method.

Related issue: #206932 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Mayra Cabrera

Merge request reports