Mongoose Timeout

Hey!
Mongo databeses are pretty much unusable. After a couple of days I get the “MongooseError: Operation memberlogs.find() buffering timed out after 10000ms” error, no matter what I change in the code/or on the database. Someone gave me the tip to just fork the project, that seems to solve the problem for like a day, but after that I get the same error. Anyone found a workaround to this?

Try running kill 1, that hard restarts the repl.

Did that, getting the same error.

1 Like

Look at this: javascript - How to solve Mongoose v5.11.0 model.find() error: Operation `products.find()` buffering timed out after 10000ms" - Stack Overflow And see if it fixes your problem.

Well thanks i guess, tried everything, same timeout error.

1 Like