You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably implement the Drop trait so when we destroy the rad instance, we can call the fs.sync (forgot the name) method to make sure everything has been persisted to disk.
@spacejam warned we're opening us up for trouble if we don't ensure this is called 🙏
The text was updated successfully, but these errors were encountered:
It's lower priority if your stuff doesn't need to actually be on the machine after an abrupt restart, but to the extent that your data can't be found elsewhere or recomputed from something that can be, this is worth thinking about.
@spacejam ohh, yeah that link is real helpful. I think we definitely will want to handle data persistance as well as possible - help would be real good with this! :D
We should probably implement the Drop trait so when we destroy the
rad
instance, we can call thefs.sync
(forgot the name) method to make sure everything has been persisted to disk.@spacejam warned we're opening us up for trouble if we don't ensure this is called 🙏
The text was updated successfully, but these errors were encountered: