-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In some scenarios, commands should not be run concurrently.
There is several possible needs :
- Command should not be run concurrently with other commands of the same type on the same id
- Command should not be run concurrently with any other command on the same id
There is also several way to handle concurrent command :
- Keep second command waiting until events generated by the first command are consumed
- Reject second command
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request