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

Parallelize async insight report jobs #154

Open
pnadolny13 opened this issue Jan 30, 2024 · 0 comments
Open

Parallelize async insight report jobs #154

pnadolny13 opened this issue Jan 30, 2024 · 0 comments

Comments

@pnadolny13
Copy link
Collaborator

pnadolny13 commented Jan 30, 2024

The tap gets reports using the async job workflow but we only kick off one job right now and wait for it to complete. We can kick off many of them at once and then poll for completion, even keeping them in order so the stream is sorted if we wanted. Since several other jobs will be processing while we poll for the first one, I'd expect all of them to be ready to extract once the first one is done. This would allow us to increase throughput significantly.

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

No branches or pull requests

1 participant