mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

Increase cloud function memory to 2048 MB #715

Closed BenWu closed 5 months ago

BenWu commented 5 months ago

(fixes #713)

Also increases vCPUs from 0.583 to 1: https://cloud.google.com/functions/docs/configuring/memory This will approximately double costs for the cloud function but it will go from negligible to 2 * negligible.

This should fix some (most?) of the recent flakiness with the cloud function. We seem to be getting ~10 errors per day (experimental dashboard) and at least some of these are OOM errors but cloud logging doesn't always show all the logs so I can't tell which ones are OOM.