pwnieexpress / blue_hydra

Blue Hydra
Other
840 stars 109 forks source link

offline everything at shutdown #69

Closed ZeroChaos- closed 8 years ago

ZeroChaos- commented 8 years ago

it makes sense to leave things online if we are restarting very quickly but in reality that's just not likely to be a thing unless we are crashing and restarting a bunch. mostly we really should just be offlining things between runs realistically.

ZeroChaos- commented 8 years ago

this also paves the way for the ability to switch seemlessly between a persistent db (like we do for some things) and a non-persistent db (like we do for others). I feel this is a major design advantage

granolocks commented 8 years ago

i dislike this.

ZeroChaos- commented 8 years ago

we have agreed on a better fix