Alert when the Forgejo runner recycle stops completing #617
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#617
Loading…
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?
Context
The Forgejo runner recycle CronJob failed with
StartErrorfor three consecutive nights because its kubectl image had no shell. No alert reported the missed recycle. General-runner DinD scratch continued accumulating until kubelet entered DiskPressure and evicted Forgejo.Issue #587 owns making the recycle executable. A shell-free fix is now applied, and a manual verification Job completed successfully on 2026-07-24. This issue owns detecting future missed or failed recycle runs before scratch growth reaches the node-pressure threshold.
Scope
Acceptance
Related: #587, #596, and #600.