flyingcircusio / batou

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

RFC: Warn if a compnent has an update() but no verify() #392

Open frlan opened 10 months ago

frlan commented 10 months ago

We have seen situations in a deployment, where there was an update() defined, by no verify(). Therefore update() will most likely never be executed. I think batou should issue a warning in such cases.