openshift / ansible-service-broker

Ansible Service Broker
Apache License 2.0
226 stars 84 forks source link

Remove timeouts for APBs #286

Closed rthallisey closed 7 years ago

rthallisey commented 7 years ago

APBs can run for a very short time ~30 seconds to a very long time ~30 minutes. The way we gather bind credentials has a timeout of 5 minutes. We need to allow for APBs to have all the time they needs to run.

Possible solutions: 1) Poll the APB and wait for an error or completion

2) Interrupt driven I/O

rthallisey commented 7 years ago

Remove timeouts for APBs

rthallisey commented 7 years ago

Timeout was increased to 30min. https://github.com/openshift/ansible-service-broker/pull/284

  1. could have networking/security issues. It's simpler to increase the time out as needed.