Health Checks
Active probes remove failing backends from rotation and restore them only after recovery thresholds are met.
Go Infrastructure Project
A live traffic router that demonstrates the systems work recruiters look for: health-aware routing, bounded failure handling, protected control planes, and operational metrics running on AWS ECS/Fargate.
Portfolio Signal
Active probes remove failing backends from rotation and restore them only after recovery thresholds are met.
Fair request distribution across healthy nodes for homogeneous backend pools.
Routes new traffic toward less-busy backends when request durations are uneven.
Stops repeatedly failing upstreams from absorbing traffic during an outage window.
Token-bucket protection reduces overload risk before traffic reaches upstream services.
Live counters expose request volume, retries, failovers, upstream errors, and backend selection.
Live Control Plane
Reads from /admin/backends, /admin/strategy, and /admin/cost.
/proxy/
loading...
Metrics Dashboard
| Route | Method | Samples | Avg Latency |
|---|---|---|---|
| Loading metrics... | |||
Request Path
/proxy/* through CloudFront, ALB, and ECS/Fargate.Routing Algorithms
Best when backend capacity and response time are similar.
Best when some requests hold connections longer than others.
Best when stronger nodes should carry a larger traffic share.
Best when cache locality or request affinity matters.
AI Copilot
loading...