-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, lab open state is stored as a local variable in bot server instance:
Line 10 in 45022e0
| lab_open = True |
Because free Heroku dynos (our current method of deployment) must cycle once a day, this state is lost. As a result, lab state does not remain closed over longer break periods. An officer must manually use .closelab command once a day to prevent reminder messages from being sent.
Proposed solution: store lab open state in some sort of persistent storage that is read/written to. Since existing code relies on reading from predefined google sheets document, I suggest having some cell/sheet dedicated to storing this state.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels