Simon
My feedback
2 results found
-
48 votes
An error occurred while saving the comment -
160 votes
An error occurred while saving the comment Simon commented+1.
I have some calculation intensive functions I've been trying to test and it has been painful trying to optimise them for performance. Not being able to see the logs until the function finishes is frustrating, especially if the function then errors and I don't get to see any of the logs! Maybe someone would like to write an extension for VS code that simulates the MongoDB Realm environment?Simon supported this idea ·
I notice the timeout recently went up from 90 to 120 seconds. I have some long-running intensive statistical functions that I have had to break up into manageable parts, saving state along the way. If the function times out I have a timer that calls it again (every 2 minutes) and picks up from where it left off.