요약
A gateway or proxy did not get a timely response from an upstream server.
언제 발생하나
Returned when the backend is too slow and the proxy gives up waiting.
흔한 원인
- Slow upstream / backend response
- Long-running query or request
- Gateway timeout set too low
해결 방법
- Increase the gateway timeout
- Optimize the slow endpoint or query
- Check backend performance and load