getbuzzr / buzzr-api

0 stars 1 forks source link

`GET /products/1/related` returning `500` #55

Open blau2 opened 3 years ago

blau2 commented 3 years ago

This doesn't seem to be happening consistently, and not specifically on this endpoint. I've had this occur on GET /departments/$id/products as well.

dzlau commented 3 years ago

As in the server returns 500 only sometimes? But on the next call it works?

blau2 commented 3 years ago

Yeah it only happened at the beginning of the day and I haven't been able to replicate it since. Is there some warmup time? Didn't think we were using Lambda

dzlau commented 3 years ago

We are not.. which is weird.... does this happen everyday?

dzlau commented 3 years ago

image

dzlau commented 3 years ago

I believe once we have aurora on prod this wont happen... as there will be read replicas/standby.

Also this will be a cache hit.. will make the upgrade soon