You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aggregates with 40,000+ pieces require 2,000,000+ hashes and there's simply not enough time to do that much work.
Things I have done:
Increase time allocated to the lambda to maximum 15 minutes.
Increase memory allocated to the lambda (apparently this increases CPU perf). This didn't really have any effect, and also I subsequently read that for single threaded lambdas (JS) adding memory beyond 4GB yields only marginal gains.
This caused the pipeline to get congested with timeouts recently. See aggregates from 6th and 7th January
Example aggregates to analyse:
We should run the lambda code locally and see what makes the execution time spike
The text was updated successfully, but these errors were encountered: