Files
orchestra/go.mod
kami 4fbf3ac966 Report queued tasks the scheduling pass never considers
A task in retry backoff was filtered out before the candidate loop, so it
recorded no rejection at all: queued, apparently assignable, and silent. That is
the exact shape that made F5 take a live session to diagnose. It now reports
"retry backoff until <time>".

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-26 23:42:26 +04:00

12 lines
167 B
Modula-2

module orchestra
go 1.22
require (
go.etcd.io/bbolt v1.3.11
golang.org/x/crypto v0.29.0
golang.org/x/term v0.26.0
)
require golang.org/x/sys v0.27.0 // indirect