SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Provide cluster state on failed request #348

Open jpswinski opened 9 months ago

jpswinski commented 9 months ago

When a request to sliderule fails, in the Python client code that handles the failure, an additional call to the provisioning system should be attempted to get the state of the cluster being used. Then if the cluster is not deployed, that can be reported back to the user.

See #346