Skip to content

timeout: wait_for_task_completion is no longer an unbounded while True#15

Merged
nuclearcat merged 1 commit into
mainfrom
fix-infinite-run
May 22, 2026
Merged

timeout: wait_for_task_completion is no longer an unbounded while True#15
nuclearcat merged 1 commit into
mainfrom
fix-infinite-run

Conversation

@nuclearcat
Copy link
Copy Markdown
Member

Some VM might be incredibly expensive, so leaving them in running state infinitely can drain whole project budget.
So we need to take several measures:
1)Limit running time
2)Try to detect stalled boot (keywords, no log updates, etc)

Some VM might be incredibly expensive, so leaving them in running
state infinitely can drain whole project budget.
So we need to take several measures:
1)Limit running time
2)Try to detect stalled boot (keywords, no log updates, etc)

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@nuclearcat nuclearcat merged commit 2e97333 into main May 22, 2026
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.

1 participant