-
Notifications
You must be signed in to change notification settings - Fork 382
Service Broker timeout is not configurable #2657
Comments
making this globally configurable wouldn't be too difficult. making it configurable per-broker would require a bit of plumbing, but is still doable. in either case, this will likely have to wait until repo migration of our OSB client is complete, as we currently don't have access to the repo. |
The global timeout will be added in this PR: #2666 about setting that per broker, we can do it in the same manner that we have for the relisting, we have a global configurable param So for Timeout we can have:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
This project is being archived, closing open issues and PRs. |
Bug Report
What happened:
The OSB spec states in the "Orphans" section:
The Service Catalog does not allow the configuration of this timeout, but always waits for 60 seconds. The spec would also allow a different (longer) timeout.
In some scenarios, brokers may need slightly more than 60 seconds to wake up and execute the request.
What you expected to happen:
There should be a way to set the timeout globally and per broker.
The text was updated successfully, but these errors were encountered: