sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

Local persisted state #418

Closed sam-goodwin closed 11 months ago

sam-goodwin commented 1 year ago

Store state for all local resources in .eventual/state/<resource-name>.json so that reloading doesn't waste away all the state.

A user can always delete .eventual/state/* to clear it.