It appears that this error is caused by too many open files, or a soft limit being hit on refreshes. Unfortunately, even simple API requests like "get_data" for instrument "MSFT.O" and field "TR.PriceClose" with a single parameter "raw_output" = true, would return 1503.
If the "soft limit" is some sort of "API usage limit" being approached (which I am not sure I could have tripped), then I have 2 questions:
- Is there a way to check my usage so I know this is the case. I have not seen code or dashboard that allows me to check my usage.
- If the limit is "soft" can the API not send a warning SINGLE error message or an email instead of disabling access for hours on end?
Thank you.