YOXT
❔ updating row sometimes times out EF core 7
this has been confusing me lately, i was going thru my logs and i noticed sometimes my endpoint returns a 500.
I have looked thru the logs and found the query which is causing it.
its not every time but sometimes. the reason why I use this EF Linq query is because the servers rows get hit sometimes at the same time and the hitsReceived needs to be thread safe (locking).
this is an error from serilog
im using postgresql
18 replies