Skip to content

fix(pipeline): avoid spawning unguarded coroutines#643

Merged
disrupted merged 1 commit intomainfrom
fix/parallel-asyncio-warning
Feb 4, 2026
Merged

fix(pipeline): avoid spawning unguarded coroutines#643
disrupted merged 1 commit intomainfrom
fix/parallel-asyncio-warning

Conversation

@disrupted
Copy link
Member

@disrupted disrupted commented Feb 3, 2026

coroutines are now spawned only inside the awaited execution path

this fixes async runtime warnings when using the experimental --parallel flag

sys:1: RuntimeWarning: coroutine 'Pipeline.build_execution_graph.<locals>.run_parallel_tasks' was never awaited
sys:1: RuntimeWarning: coroutine 'deploy.<locals>.deploy_runner' was never awaited

coroutines are now spawned only inside the awaited execution path

fixes async warning

```sh
sys:1: RuntimeWarning: coroutine 'Pipeline.build_execution_graph.<locals>.run_parallel_tasks' was never awaited
sys:1: RuntimeWarning: coroutine 'deploy.<locals>.deploy_runner' was never awaited
```
@disrupted disrupted self-assigned this Feb 3, 2026
@disrupted disrupted marked this pull request as ready for review February 3, 2026 17:17
@disrupted disrupted merged commit 1b932c9 into main Feb 4, 2026
18 checks passed
@disrupted disrupted deleted the fix/parallel-asyncio-warning branch February 4, 2026 08:39
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

Successfully merging this pull request may close these issues.

2 participants