Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a server idle timeout #453

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Add a server idle timeout #453

merged 1 commit into from
Nov 17, 2023

Conversation

melix
Copy link
Collaborator

@melix melix commented Nov 17, 2023

This commit introduces a server idle timeout. By default, after one hour without receiving requests, the server will shut down. Configuring the idle timeout will require updates to the build plugin integrations.

The client will send one request per minute to the server in order to keep it alive.

Fixes #443

This commit introduces a server idle timeout. By default, after one hour
without receiving requests, the server will shut down. Configuring the
idle timeout will require updates to the build plugin integrations.

The client will send one request per minute to the server in order to
keep it alive.

Fixes #443
@melix melix added the type: improvement A minor improvement to an existing feature label Nov 17, 2023
@melix melix added this to the 2.3.0 milestone Nov 17, 2023
@melix melix self-assigned this Nov 17, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

77.4% 77.4% Coverage
0.0% 0.0% Duplication

@melix melix marked this pull request as ready for review November 17, 2023 11:11
@melix melix requested a review from graemerocher November 17, 2023 11:12
@melix melix merged commit aabaf6c into master Nov 17, 2023
11 checks passed
@melix melix deleted the cc/add-idle-timeout branch November 17, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow keep alive expiry and automatic shutdown after a period of inactivity
2 participants