Our predictive analytics extension consistently times out when processing datasets over 50K rows via the Advanced Analytics API. The extension calls an R script for time series forecasting, and smaller datasets (under 10K rows) work fine. Error message:
Error: Request timeout after 30000ms
at AdvancedAnalyticsAPI.executeScript
I’m wondering if there’s a way to configure API timeout settings specifically for extension scripts, or if we need to optimize how we’re handling large datasets in the R script itself. The forecasting calculations are blocking our monthly planning dashboards. Anyone experienced with extension script optimization for large data volumes?