feat: add connection_max_age config#1340
Conversation
|
Hey @uosjead! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
|
Could you please add some context? What problems have you seen? |
Yes - currently seeing some occasional connectivity issues running behind a NAT gateway - where connections are limited to 5 minutes. The gitlab-runner config by defaults limits connections to 15 minutes. Was looking to set the Let me know if you need any further information. |
connection_max_age config
🤖 I have created a release *beep* *boop* --- ## [9.5.0](9.4.0...9.5.0) (2025-10-27) ### Features * add `connection_max_age` config ([#1340](#1340)) ([b65acc4](b65acc4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthias Kay <matthias.kay@hlag.com>
Description
Currently seeing some occasional connectivity issues running behind a NAT gateway - where connections are limited to 5 minutes. The gitlab-runner config by defaults limits connections to 15 minutes. Was looking to set the connection_max_age setting with the module, but could not find an option to do so.
Add connection_max_age as a configurable option to the runner config.