A product manager asks why the Node.js API occasionally returns 503 errors under load. Which approach best communicates the root cause?
-
A
Tell them the server is broken
-
B
Explain that the event loop is blocked by synchronous CPU-intensive tasks exceeding capacity
-
C
Say it's a network issue
-
D
Blame the database