Open mickmcgrath13 opened 1 year ago
It does seem that the data is persistent across container restarts, so that helps. We'll still need to handle the VM reload problem (or have another solution like redis for a container orchestrator path)
This effort might not need a go dev if we take a VM snapshot approach (i.e. no HA).
Bitovi Internal notes: https://bitovi.slack.com/archives/C0GEQASKY/p1674078142153599
The heyemoji app uses a local data store rather than an external DB which means that if the container or VM goes down, we'll lose our history.
We should explore options to ensure that we can keep our data.
One option would be to:
Original issue (bitovi internal)