Apollo Server Operation Timeout

Hi,

I’m wondering if anyone here runs an operation timeout on Apollo Server. We’re running into situations where very long operations are overloading our NodeJS server and are generally a sign of incorrect indexes in our database, invalid use of dataloaders, etc. So we want to alert users of slow operations, and kill really long running operations.

Has anyone implemented something similar? Any feedback would be great.

2 Likes

Did you find a solution ?