viktorshevchenko210
viktorshevchenko210
Hi, we face the problem described [here](https://github.com/MassTransit/MassTransit/discussions/3576). I changed algorithm for consuming and running messages from queue in order not to consume messages if max amount of concurrent requests is...
**Describe the change** Fixed consistency of WorkflowConsumer when persisting workflow. Persisting workflow instance and subscriptions within single database transaction. It is needed because if application crashes or stops between ```PersistWorkflow```...
**Describe the change** Check whether indexes are enabled publishing message to index queue **Tests** No **Breaking change** No **Additional context** Any additional information you'd like to provide?