I have betteruptime setup to periodically ping my api. Today it reported the api was down for 2 seconds and i wanted to understand why.
After querying the aws alb logs i can see that there are logs corresponding that return a status code of 460. Note the target_status_code is empty.
if i search for these requests in my api, i can see it received the request and responded accordingly based on the trace_id.
Can you help me understand what might be happening here?