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

Allow for parallelism configuration in BatchedSender #681

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Allow for parallelism configuration in BatchedSender #681

merged 1 commit into from
Jan 15, 2024

Conversation

codyspeck
Copy link
Contributor

As it stands, the degree of parallelism in the action block responsible for sending batch messages to the underlying transports is capped at "1". This means only a single batch request can be in flight at any given time. By allowing the degree of parallelism in this action block to be configurable, we can push a significantly higher degree of throughput to the underlying transport in at least some cases.

@jeremydmiller jeremydmiller added this to the 1.14.0 milestone Jan 15, 2024
@jeremydmiller jeremydmiller merged commit c9e29dd into JasperFx:main Jan 15, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants