Start a new topic

Can Kinvey pass the business logic with a start time and timer?

My scripts occasionally timeout, not sure why i'm seeing such a difference in execution speed as re-running several times will give me a mixed bag of timeouts and success.



Can Kinvey pass the start time and a timer into the script so we can monitor the execution and exit early if need be? My time is spent massaging the results from some collection queries and it would be preferable to exit with partial results than to fail completely.

Hey Daniel, Unfortunately this is unsupported right now, but it's a good idea.



Generally speaking, optimizing the BL code should help. You could try moving some of the code to the client to see if that helps the timeouts.
Are you calling my code unoptimized?
Hahaha
Login or Signup to post a comment