mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-13 02:04:38 +00:00
Show scheduling diagnostics for pending workflows #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When a workflow is pending, it is hard to tell why from the UI/API. We had to inspect the SQLite tasks table to understand effective labels, dependencies, and agent matching.
Useful information was not obvious in the UI:
Desired behavior
Expose scheduling diagnostics in the UI and API for each pending workflow/task:
Why this matters
Without this, administrators debug the scheduler by querying internal database tables or guessing from YAML. This is especially painful in self-hosted heterogeneous runner fleets.