Cizen is a library that supports building concurrent applications in Elixir. In this post, we try to start a million sagas and fire a million events with them. For our example, I introduce a saga we’ll define, RelaySaga, and Relay event, which has two fields message and number. …