documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"feature": "router-backpressure",
|
||||
"tier": "tier2-integration",
|
||||
"timestamp": "2026-02-13T00:00:00Z",
|
||||
"result": "PASS",
|
||||
"testProjects": ["StellaOps.Router.Gateway.Tests", "StellaOps.Router.Integration.Tests"],
|
||||
"testCounts": { "passed": 167, "failed": 0, "skipped": 0, "total": 167 },
|
||||
"sourceVerification": {
|
||||
"ValkeyRateLimitStore.cs": true,
|
||||
"InMemoryRateLimiter.cs": true,
|
||||
"RateLimitMiddleware.cs": true,
|
||||
"RateLimitService.cs": true,
|
||||
"CircuitBreaker.cs": true,
|
||||
"InstanceRateLimiter.cs": true
|
||||
},
|
||||
"behaviorsVerified": [
|
||||
"HTTP 429 responses with Retry-After header on rate limit exceeded",
|
||||
"HTTP 503 response when all instances overloaded",
|
||||
"Backpressure propagation via gateway to callers",
|
||||
"Rate limit recovery after window expiry",
|
||||
"Per-instance rate limiting with individual counters"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user