Skip to content

Add shutdown_timeout flag for global section config

Maxim Tacu requested to merge mtacu/gitlab-runner:main into main

What does this MR do?

The merge request adds a new flag called shutdown_timeout to the global section of the GitLab Runner configuration. This flag specifies the number of seconds until the forceful shutdown operation times out and exits the process. The default value for this flag is 0, which means that the shutdown operation will not time out.

Why was this MR needed?

We need to rewrite the shutdown_timeout flag in config.toml

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Maxim Tacu

Merge request reports