flyingcircusio / batou

batou is a universal, fractal deployment utility using Python.
https://batou.readthedocs.org
Other
47 stars 11 forks source link

Semantics of `SilentConfigurationErrors` and `NonConvergingWorkingSet` are confusing/swallow information #325

Open elikoga opened 2 years ago

elikoga commented 2 years ago

As of now, NonConvergingWorkingSet without any information is thrown when any errors are encountered.

SilentConfigurationErrors often come up as a consequence of more normal errors, but sometimes come up by themselves. In that case, only a NonConvergingWorkingSet error is thrown and no further information can be discovered.

elikoga commented 2 years ago

Discovered in #320