• v1.0.0 6b96ee8c2f

    nemunaire released this 2026-04-16 09:52:00 +00:00 | 13 commits to master since this release

    Adds HealthResponse carrying inflight count, total requests, 1/5/15-min
    EWMA load averages, uptime, and NumCPU so a scheduler can pick the least
    busy worker. A background sampler updates the load averages every 5s,
    stopped by a new idempotent Close method. Work endpoints (/collect,
    /evaluate, /report) are wrapped with a trackWork middleware; /health
    and /definition are excluded so polling traffic does not pollute the
    signal.

    Downloads