Skip to content

Retry twice the system, API and unknown failures

Rémy Coutable requested to merge increase-retries into master

What does this MR do?

I realized that some (system, API and unknown) failures are already retried once but still fail the second time, but them pass when you manually retry them.

That means we could just retry them one more time automatically and hopefully they'd pass more often than now.

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Merge request reports