Persistence

By default @node-ts/bus-core uses an in-memory persistence to store the state of workflows. This is intended for development only and a durable persistence should be used in all other situations. If you are not using workflows in your service, then you do not need to configure a persistence.

Last updated