revoframework / Revo

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

Event catch-ups not blocking application startup #40

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

-event source and event queue catch-ups now don't block application startup until finished by default (IAsyncEventPipelineConfiguration.WaitForEventCatchUpsUponStartup), closes #6 -bumped version to 1.24.0

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (92bc992) into develop (9322027) will decrease coverage by 0.05%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #40      +/-   ##
===========================================
- Coverage    37.96%   37.91%   -0.06%     
===========================================
  Files          476      476              
  Lines         7027     7029       +2     
===========================================
- Hits          2668     2665       -3     
- Misses        4359     4364       +5     
Impacted Files Coverage Δ
Providers/EasyNetQ/Revo.EasyNetQ/BusInitializer.cs 90.90% <ø> (ø)
...re/Events/Async/AsyncEventPipelineConfiguration.cs 100.00% <ø> (ø)
...ructure/Events/Async/AsyncEventExecutionCatchUp.cs 92.85% <66.66%> (-7.15%) :arrow_down:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 89.74% <0.00%> (-10.26%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9322027...92bc992. Read the comment docs.