Hello I write a custom code for populate a Storage collection with registered user list and other parameters that I need to make a query.
Actually I have 600 user to read.
I schedule it but when I run it I receive this message:
{"app42Fault":{"httpErrorCode":400,"appErrorCode":1904,"message":"Bad Request","details":" Application Exception : Request Execution Time Exceeded threashold value "}}
I suppose that I can run this type of procedure,
How is the maximum time for this procedures ?
How I can do this type of data manipulation ?
Best Regards