[agent] Add size limit to unbounded _RUNS dict #879

Closed
sleepy wants to merge 0 commits from fix/agent-runs-bounded-682 into dev
Owner
No description provided.
Replaces the plain dict with OrderedDict and adds a hard cap of 200
entries with FIFO eviction. Finished runs are evicted first (oldest);
if all remaining are running, the oldest running run is cancelled and
removed.

Closes #682
sleepy closed this pull request 2026-06-04 00:58:26 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.