Add possibility to configure timeout for plugin broker#11368
Add possibility to configure timeout for plugin broker#11368mshaposhnik merged 4 commits intomasterfrom
Conversation
| che.infra.kubernetes.ingress_start_timeout_min=5 | ||
|
|
||
| # Defines the timeout in minutes that limits the max period of result waiting for plugin broker. | ||
| che.infra.kubernetes.plugin_broker_wait_timeout_min=3 |
There was a problem hiding this comment.
Please rename it in the way in which other plugin broker properties are named, like che.workspace.plugin_broker.wait_timeout_min:
https://github.com/eclipse/che/blob/d82481bff1f08383637c84cab1a36d1a65c242bf/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties#L510-L514
And put it near them
|
@garagatyi do we need something more than that? Some openshift specific mappings? |
|
nothing else |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
Add configuration for result waiting timeout in plugin broker
What issues does this PR fix or reference?
#11120
Release Notes
N/A
Docs PR
N/A