CountInProgressPrebuilds returns the number of in-progress prebuilds, grouped by preset ID and transition. Prebuild considered in-progress if it's in the "pending", "starting", "stopping", or "deleting" state.
(ctx context.Context)
| 102 | // CountInProgressPrebuilds returns the number of in-progress prebuilds, grouped by preset ID and transition. |
| 103 | // Prebuild considered in-progress if it's in the "pending", "starting", "stopping", or "deleting" state. |
| 104 | CountInProgressPrebuilds(ctx context.Context) ([]CountInProgressPrebuildsRow, error) |
| 105 | // Groups OIDC user links by their issuer prefix (the part before "||" in |
| 106 | // linked_id) and returns a count for each. Empty linked_ids are reported |
| 107 | // with an empty issuer_prefix. Used for analysis before resetting |
no outgoing calls