What/Why:
We need to begin returning other status codes other than defaulting all of them to '200', especially when the responses are actually 4/5xx's. We certainly see 503s and 504s coming back routinely in our logs (ex: 503, 504). Furthermore, we have greater incentive in achieving this now in order to meet SLO with xfn's this quarter.
How:
- Identify where in the WL code the evident 503 and 504s get thrown
- Return the respective status code and not 200.