Error: Execution Time Limit Exceeded

I am using Realm to create a serverless function that is able to pull JSON data from an API (roughly 500 text records) via an API (Octoparse). However, I am receiving an “Execution Time Limit Exceeded” error, every time I make the request.

When I make the request using Postman or LocalHost, it is able to execute in 1.8s. Why does it take longer than the allotted 90 seconds with MongoDB Realm?

2 Likes

Also, just to clarify, the total size of the response is 390.58 KB.

A post was split to a new topic: Error: Execution Time Limit Exceeded using google-cloud/pub-sub