Roadmap item (see ROADMAP.md). Submissions already fire concurrently, but runBroadsideCollect polls one lens at a time to completion, so the first lens's ~4-minute wait blocks later lenses that are already done. Poll all in-flight batches round-robin against a shared deadline, applying the existing auth-fail fast-bail to each.
Also worth considering: a wait_seconds on submit that returns partial progress instead of blocking silently.
Roadmap item (see ROADMAP.md). Submissions already fire concurrently, but
runBroadsideCollectpolls one lens at a time to completion, so the first lens's ~4-minute wait blocks later lenses that are already done. Poll all in-flight batches round-robin against a shared deadline, applying the existing auth-fail fast-bail to each.Also worth considering: a
wait_secondson submit that returns partial progress instead of blocking silently.