blunt-elixir / blunt

CQRS Tools for Elixir
13 stars 2 forks source link

Store intermediate message state. #5

Open trbngr opened 1 year ago

trbngr commented 1 year ago

This is to explore the idea of storing intermediate data such as user_supplied_fields and discarded_data in a gen_server while when the message is constructed.

The server will timeout after 60 seconds; cleaning up after itself.