General
PromptBeginner5 minmarkdown
- [ ] Resilience tested: circuit breakers
graceful degradation
0
Explore
116,083 skills indexed with the new KISS metadata standard.
graceful degradation
p95
peak
verify:
bottlenecks
retry behavior
throughput
internal paths
missing expiration
or retries without backoff causing retry storms
write-heavy APIs >100 RPS per instance
memory stable without unbounded growth
4xx errors <5% (excluding 401/403)
error rate
complex query <500ms (p95)
p95 latency > 500ms
not swallowed or leaked as 500s
structured error bodies
spike test (10x sudden increase)
memory
capturing p50
performance dashboards
timeout/retry logic
identifying N+1 queries