Hi there,
New to the platform so I do apologise if this has been clarified in the past. I looked at some previous discussions but none seemed to match my query precisely.
My algorithm is resource-hungry, initially I had everything in OnData() but was hitting the 10 min loop limit so 'AHA!' I thought, do any filtering beforehand in initialize. Unfortunately, I'm hitting a 5 min limit here.
Algorithm.Initialize() Error: Execution Security Error: Operation timed out - 5 minutes max. Check for recursive loops. Stack Trace: System.TimeoutException: Execution Security Error: Operation timed out - 5 minutes max. Check for recursive loops....
I don't want to circumvent the limits - they're obviously there for a reason - but if I upgrade to a paid package does this up the limits? My alternative is to do my filtering elsewhere which isn't ideal.
Many thanks,
Alex