leaf
leaf copied to clipboard
Problems with Maintenance Mode
Hi Folks
I experience a few problems with Maintenance Mode, which I've documented with screen recordings that show the Leaf GUI and DBeaver views of tables and queries in the LeafDB being used by Leaf.
- If
IsUp
is True andDowntimeFrom <= GETDATE() <= DowntimeUntil
then Leaf should be in Maintenance Mode, but is not. See a test in a screen recording “2022-07-28 Leaf does not use DowntimeFrom and DowntimeUntil” of an admin user. - If
DowntimeMessage
is notNULL
, then users should see theDowntimeMessage
, but they do not. See a test in a screen recording “2022-07-27 Leaf Recording no DowntimeMessage displayed” of an admin user. - When Leaf transitions from Available into Maintenance Mode a regular users who is logged in should see the "Maintenance Mode" sign, and be notified that they must logout within a time limit. If they fail to logout, they should be automatically logged out then. This doesn't work, as documented in “2022-07-28 Leaf does not notify regular user that Maintenance Mode has started” screen recording, which waits a minute after entering Maintenance Mode for user to be notified.
Thanks Arthur