Skip to content

API Gateway Template — Resiliency

  • Per-route timeouts — avoid hanging edge requests
  • Circuit breaking / health-aware routing where configured
  • Rate limiting — edge protection and fairness
  • Bulkhead-style limits — optional concurrency caps per route

Tune in appsettings / options classes; validate under load in staging.