batsir
batsir copied to clipboard
Batsir is an execution platform for stage based operation queue execution
Implementing a Message object, that's being sent between stages. This enables definition of, for example, a header where a path attribute can be set. This could then be used for...
These should span 'both sides' of Sidekiq; client and server. For this to work, the code and configuration must be eval-ed on both sides individually, since lambdas can't be serialized...
Trace in which stages the message has been. Can be used for usage statistics and loop detection.
Add optional loop detection for a message sent between stages.
Currently the Registry class can be instantiated multiple times. Making it a singleton class would make sense.