codius/codiusd

Save DB on Pod Deletion

Closed this issue · 2 comments

When a pod is deleted from we should immediately save it to the DB, currently its just stored in local memory so if the host is restarted before its saved then it will not be removed from the db.

https://github.com/codius/codiusd/blob/master/src/services/PodDatabase.ts#L37

@traviscrist are you working on this?

@spearl not at this time, feel free to take the issue.