5 Commits

Author SHA1 Message Date
admin 3abaf6f592 removed simple check 2026-01-29 09:33:50 +08:00
admin 60ef06219b added a simple check route 2026-01-05 14:03:51 +08:00
admin 0d8f5b9600 feat: implement horizontal scaling optimizations for authz service
- Add /health and /ready endpoints for load balancer health checks
- Replace in-memory JWT token cache with Redis for multi-replica support
- Reduce DB connection pool from 100 to 25 connections per replica
- Add distributed rate limiting (100 req/min + 20 burst) using Redis
- Implement circuit breakers for DB and Redis to prevent cascading failures

This enables the service to scale horizontally with multiple replicas
behind a load balancer without exhausting database connections or
maintaining separate token caches per instance.
2025-12-16 10:03:18 +08:00
admin 5743dbf22d fixed authorization 2025-12-09 15:42:35 +08:00
admin 60992c1e44 init 2025-12-04 10:55:25 +08:00