revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
654 stars 70 forks source link

Event catch-ups shouldn't block application startup #6

Closed martinzima closed 3 years ago

martinzima commented 4 years ago

Event catch-ups shouldn't block application startup - if there are too many queued events waiting to be processed during the application startup, application host (IIS) may end up killing the process sooner than it manages to completely finish the queue as it as the process may appear to be hanging.

This behavior probably could be a configurable option.