SlideRuleEarth / sliderule-prov-sys

Provisioning System for Slide Rule clusters
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix Auto-Shutdown on the browse page #115

Closed cugarteblair closed 11 months ago

cugarteblair commented 11 months ago

The "Auto-Shutdown" was supposed to be the case where we run out of $$. Maybe a different label will make it clearer, perhaps "Low-Budget Shutdown" Even so, when I looked into the code this is always displaying "No Shutdown scheduled" due to a regression. Given it's purpose I think I should display all three drop dead times (min/cur/max).

If the number of nodes is zero and the auto-shutdown is enabled (i.e. no overhead) it is possible it will never shutdown (min case infinity) I don't see where I set the variable: 'show_shutdown_date' so there was a regression.

Perhaps also display "Current Provisioning Expires" time below it

cugarteblair commented 11 months ago

fixed in v3.2.14