Skip to content

Wait up to 60 seconds instead of 30 seconds till PIDs should exist.

What does this MR do?

Wait up to 60 seconds instead of 30 seconds till PIDs should exist.

After the upgrade of puma the daemon option of puma does not exist anymore. This was fixed with !52404 (merged). This also fixed #299570 (closed).

But production environments I manage show that puma now requires about 30-50 seconds to start. This will give puma enough time to start in an expected time range and not terminate to startup of gitlab.

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

Merge request reports