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

Allow ActivityTimeout to be set per destination #842

Merged
merged 1 commit into from
May 8, 2024

Conversation

donaldgray
Copy link
Member

Resolves #805

Yarp has an HttpRequest config parameter that can be set per destination. We currently don't use this as we use DirectForwarding, however this PR adds support for reading HttpRequest setting and using it's value, if set, as ForwarderRequestConfig parameter sent to transformer. If not set we fallback to default ForwarderRequestConfig, which has a timeout of 60s.

Also set default for Cantaloupe to 30s.

@donaldgray donaldgray requested a review from a team as a code owner May 8, 2024 09:44
@donaldgray donaldgray linked an issue May 8, 2024 that may be closed by this pull request
@donaldgray donaldgray merged commit 814da86 into main May 8, 2024
9 checks passed
@donaldgray donaldgray deleted the feature/orchestrator_timeout branch May 8, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy timeouts should be configurable
2 participants