Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appended events queue issue and broken specs #1698

Merged
merged 5 commits into from
Feb 7, 2025
Merged

Appended events queue issue and broken specs #1698

merged 5 commits into from
Feb 7, 2025

Conversation

woksin
Copy link
Contributor

@woksin woksin commented Feb 7, 2025

Summary

Several specs occatioanly failed for appended events queue because it did not take into account parallelism of event sources. However that uncovered other issues in the appended events queue

Fixed

  • Appended events queue issues related to starting too many queue handlers due to incorrect usage of Task.ContinueWith

@woksin woksin added the patch label Feb 7, 2025
@woksin woksin requested a review from einari February 7, 2025 09:50
Copy link
Contributor

github-actions bot commented Feb 7, 2025

NuGet packages for this PR, e.g. Cratis:
https://github.com/cratis/chronicle/packages/1655206?version=10.9.9-pr1698.774d8bc

@woksin woksin marked this pull request as ready for review February 7, 2025 09:55
Copy link
Contributor

github-actions bot commented Feb 7, 2025

Docker Image for this PR:
https://ghcr.io/cratis/chronicle:10.9.9-pr1698.774d8bc

docker run ghcr.io/cratis/chronicle:10.9.9-pr1698.774d8bc

@woksin woksin merged commit 704b617 into main Feb 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant