error: Top-level await promise never resolved
I have a script using typescript deno that is querying a MongoDB atlas database. When either of the collection querying methods (.find or .findOne) take too long, windmill throws this error
I have already investigated storing my values in smaller documents and using .find() to query all of them or saving all as one document. Neither solves this issue, which brought me back to windmill. Also, i can successfully use these methods to query running a script locally on my machine.
Below is the code:
1 Reply
Closed the post - i installed Deno locally and the same error occured, so i do not believe it to be a windmill issue