AlecM33/Werewolf

Create a pipeline that can gracefully restart the application, restoring the state of active games

AlecM33 opened this issue · 1 comments

Cloud platforms typically have an ephemeral file system i.e. if the application shuts down or restarts, any changes to the file system or any data stored in memory will be erased.

Thinking an admin API endpoint to trigger the saving of the state of games. Sockets will be briefly disconnected but should ideally re-sync with the backed-up games once the application boots.

Will be covered by #145