Hi All,
I have an endpoint that I am querying with Postman. This particular endpoint returns 50K objects of which contain an ID
, Name
, Status
, and Number
. On rare occasions I need to console log the returned data set, so that I can copy it to a text file and do some spot checking of the data. In the Post-response I have a for loop that console.logs the data. At first the logs come in pretty quickly but then it starts to slow down, and stall at times. Then it picks up again, and stalls again. I’ve checked the documentation as well as other posts on the forum, but couldn’t find if Postman has any limitations on console logging. Does anybody have any insights or similar experience they can shed some light on?
Also, is there a way to successfully cancel a query if it stalls? I’ve tried the Cancel button but that didn’t work. The only option that worked was to force quite Postman.
Thanks