Skip to content

Bails out duplicated entries exception on namespaces worker

What does this MR do?

Bails out duplicated entries exception on namespaces worker

There seems to be some sort on race when creating records on the namespaces_aggregation_schedules table. Probably due to multiple workers trying to update the statistics of the same namespace. Since the error is harmless, we decided to catch the exception and bailout.

Related to #195427

adsfasdf

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