fabric8-services / fabric8-jenkins-proxy

Apache License 2.0
1 stars 16 forks source link

Jenkins proxy page should show message explaining capacity is full #243

Closed sthaha closed 6 years ago

sthaha commented 6 years ago

Honour capacity flag and display the information if the capacity is full.

Usecase

User is directed to https://jenkins.openshift.io and:

Refer: https://github.com/openshiftio/openshift.io/issues/3320

kishansagathiya commented 6 years ago

@sthaha @containscafeine How about making cluster capacity reached an implementation detail? In that proxy won't need to change a thing, All it needs to check is whether jenkins is up or not. Proxy wouldn't care if Jenkins is idle because the cluster has reached it's limit. WDYT?

kishansagathiya commented 6 years ago

I guess we will have to tell why can't we unidle jenkins https://github.com/openshiftio/openshift.io/issues/3320#issuecomment-385367093

kishansagathiya commented 6 years ago

Fixed with https://github.com/fabric8-services/fabric8-jenkins-proxy/pull/248