Skip to content

Remove update_project_statistics_after_commit feature flag

What does this MR do?

Related to #216226 (closed)

Removing the feature flag makes updating project statistics to run in the after_commit queue so that it does affect the transaction given that it's currently prone to timing out.

With Efficient Counters we are going to solve the problem of timeouts.

Screenshots

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 Fabio Pitino

Merge request reports