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

[TestProxy] Add auto-shutdown to the proxy #9540

Merged
merged 3 commits into from
Dec 14, 2024

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Dec 14, 2024

Resolves #9467

If a user provides --auto-shutdown-in-seconds to the proxy, the proxy will automatically shut down after the specified number of seconds if any route isn't contacted. We reset this on any handled request via middleware, so we should have 100% coverage.

@scbedd scbedd self-assigned this Dec 14, 2024
@scbedd scbedd merged commit a1be3a1 into Azure:main Dec 14, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Proxy can auto-shutdown after X minutes
3 participants