storkit: merge 428_refactor_split_pool_pipeline_rs_into_submodules

This commit is contained in:
dave
2026-03-28 11:47:36 +00:00
parent 7fea543f60
commit b098c8ff9f
7 changed files with 1855 additions and 1789 deletions
+1
View File
@@ -51,6 +51,7 @@ impl AgentPool {
// Spawn a background task (only when inside a tokio runtime) that
// listens for RateLimitWarning and HardBlock events and updates the
// listens for RateLimitWarning and RateLimitHardBlock events and updates the
// throttled flag on the relevant agent so status dots stay current.
if tokio::runtime::Handle::try_current().is_ok() {
let agents_clone = Arc::clone(&pool.agents);