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

[Feature Request] Enable notifying lang in realtime of LA resolutions #856

Open
Sushisource opened this issue Dec 19, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Sushisource
Copy link
Member

Sushisource commented Dec 19, 2024

Right now Core will wait until all outstanding LAs within a task have finished (or we're about to report the WFT b/c we're near the timeout) before telling lang about LA resolutions.

This prevents you from efficiently running one LA that takes a long time in parallel with many short LAs that run in sequence.

See the test added here, make it work such that all the sequential LAs complete in the first WFT.

Consider also reviewing #449 and closing out anything that might be remaining there while doing this.

@Sushisource Sushisource added the enhancement New feature or request label Dec 19, 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

No branches or pull requests

1 participant