We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem Currently, the default timeout for each RequestReply resource is hardcoded to 30 seconds:
eventing/pkg/apis/eventing/v1alpha1/requestreply_defaults.go
Lines 32 to 34 in 5ad7dab
This should instead be a configurable global value, with key requestreply-default-timeout, similar to the change made in #7996.
requestreply-default-timeout
Persona: Which persona is this feature for? System administrators
Exit Criteria
Time Estimate (optional): How many developer-days do you think this may take to resolve? 1
Additional context (optional) Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered:
/triage accepted
Sorry, something went wrong.
/assign
AlexMamoukarys
Successfully merging a pull request may close this issue.
Problem
Currently, the default timeout for each RequestReply resource is hardcoded to 30 seconds:
eventing/pkg/apis/eventing/v1alpha1/requestreply_defaults.go
Lines 32 to 34 in 5ad7dab
This should instead be a configurable global value, with key
requestreply-default-timeout
, similar to the change made in #7996.Persona:
Which persona is this feature for? System administrators
Exit Criteria
Time Estimate (optional):
How many developer-days do you think this may take to resolve? 1
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: