You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: