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

Throttle import input #123

Open
tazarov opened this issue Feb 12, 2024 · 0 comments
Open

Throttle import input #123

tazarov opened this issue Feb 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tazarov
Copy link
Contributor

tazarov commented Feb 12, 2024

The problem:

When feeding in a large dataset, unless we cap the amount of data consumed e.g. via blocking queue to the import (also affects other nodes) the memory consumption of nodes is technically unbounded.

To fix this issue we'll need a common mechanism for reading data in such a way that after we reach a certain threshold (default + config via env var) we throttle the consumption of new input

@tazarov tazarov added the enhancement New feature or request label Feb 12, 2024
@tazarov tazarov self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant