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

Batched request sending to core-agent #122

Open
ghost opened this issue Jan 27, 2020 · 1 comment
Open

Batched request sending to core-agent #122

ghost opened this issue Jan 27, 2020 · 1 comment
Labels
core-agent protocol protocol implementation/work required quick robustness

Comments

@ghost
Copy link

ghost commented Jan 27, 2020

For efficiency scout should also be able to take advantage of the bulk trace API.

Some batching w/ periodic sends via setInterval at the ExternalAgent should be enough to implement this fairly quickly.

@ghost ghost added quick core-agent protocol protocol implementation/work required robustness labels Jan 27, 2020
@ghost ghost self-assigned this Jan 27, 2020
@ghost ghost changed the title Bulk operation sending Batched request sending Jan 27, 2020
@ghost ghost changed the title Batched request sending Batched request sending to core-agent Jan 27, 2020
@ghost
Copy link
Author

ghost commented Feb 18, 2020

We'll need to be able to enable/disable batching in the internals to make testing easier. Don't want every test to wait for the interval/max # of queued requests, or pollute the code with some sort of flush() method everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-agent protocol protocol implementation/work required quick robustness
Projects
None yet
Development

No branches or pull requests

0 participants