Skip to content

Prevent command concurrency #37

Description

@ptitFicus

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions