documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -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"
]
}