pivotal-cf / pcf-java-client

Apache License 2.0
3 stars 4 forks source link

Gracefully handle errors when Scheduler is not available or ready #12

Open sabbyanandan opened 4 years ago

sabbyanandan commented 4 years ago

I have had to run into an error with the scheduler instance on PWS; unfortunately, it is unclear what the real root-cause is, however. At least it is not very clear from the stacktrace, though.

My findings and the stacktrace can be found at: https://github.com/spring-cloud/spring-cloud-dataflow/issues/3711.

While this is not directly addressable in SCDF itself, I wanted to leave a note here for review. Perhaps there's something we can improve to gracefully handle the error when scheduler is not ready or working properly?