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

batch messages going to evaluation queue #1345

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

brharrington
Copy link
Contributor

There is some synchronization needed to offer an item
to the source queue. With a high throughput this can
add up to a lot of contention across threads. Batch
the incoming datapoints to reduce the number of items
that have to be offered to the queue.

There is some synchronization needed to offer an item
to the source queue. With a high throughput this can
add up to a lot of contention across threads. Batch
the incoming datapoints to reduce the number of items
that have to be offered to the queue.
@brharrington brharrington added this to the 1.7.0 milestone Sep 21, 2021
@brharrington brharrington changed the title batch messages going evaluation queue batch messages going to evaluation queue Sep 21, 2021
@brharrington brharrington merged commit 020a121 into Netflix:master Sep 21, 2021
@brharrington brharrington deleted the lwc-offer branch September 21, 2021 14:35
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.

1 participant