go-workflows
go-workflows copied to clipboard
Only store references to events for backends
SQL backends
Instead of duplicating events in the history
and pending_events
table, events should be stored in a single events
table. history
and pending_events
should contain only references to the events.
Redis backend
- Separate payloads into a separate hash?