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