huskies: merge 624_bug_agent_turn_and_budget_limits_not_enforced_coder_1_ran_5_6x_over_max_turns
This commit is contained in:
+1
-1
@@ -852,7 +852,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
|
||||
// Watchdog: detect orphaned Running agents every 30 ticks.
|
||||
if tick_count.is_multiple_of(30) {
|
||||
let found = tick_agents.run_watchdog_pass();
|
||||
let found = tick_agents.run_watchdog_pass(tick_root.as_deref());
|
||||
if found > 0 {
|
||||
crate::slog!(
|
||||
"[tick] {found} orphaned agent(s) detected; triggering auto-assign."
|
||||
|
||||
Reference in New Issue
Block a user