SamLab17 / HelpHours

Web app for managing online help hours
GNU General Public License v3.0
2 stars 1 forks source link

Save queue state #72

Closed ninaahmed closed 3 years ago

ninaahmed commented 3 years ago

In the oldie days, our website would crash and our beloved line would be lost.

In the newie days, we save the line to a file using pickle whenever the app exits. This should run even if we crash unexpectedly (tested using kill -9 but we will see how this works out). We load from this file whenever the app restarts.