fix(athena): harden council flow and resilience config

This commit is contained in:
ismeth
2026-02-28 20:26:35 +01:00
committed by YeonGyu-Kim
parent e52ccd1b04
commit ed2bb1ead7
8 changed files with 105 additions and 21 deletions
@@ -13,6 +13,7 @@ describe("council-member-agents", () => {
retry_failed_if_others_finished: false,
cancel_retrying_on_quorum: true,
stuck_threshold_seconds: 120,
member_max_running_seconds: 1800,
}
//#when
const result = registerCouncilMemberAgents(config)
@@ -32,6 +33,7 @@ describe("council-member-agents", () => {
retry_failed_if_others_finished: false,
cancel_retrying_on_quorum: true,
stuck_threshold_seconds: 120,
member_max_running_seconds: 1800,
}
//#when
const result = registerCouncilMemberAgents(config)
@@ -52,6 +54,7 @@ describe("council-member-agents", () => {
retry_failed_if_others_finished: false,
cancel_retrying_on_quorum: true,
stuck_threshold_seconds: 120,
member_max_running_seconds: 1800,
}
//#when
const result = registerCouncilMemberAgents(config)
@@ -72,6 +75,7 @@ describe("council-member-agents", () => {
retry_failed_if_others_finished: false,
cancel_retrying_on_quorum: true,
stuck_threshold_seconds: 120,
member_max_running_seconds: 1800,
}
//#when
const result = registerCouncilMemberAgents(config)