Please deploy Firefox Monitor v9.1.8 to prod
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
People
(Reporter: groovecoder, Unassigned)
References
Details
Please deploy the v9.1.7 tag of the blurts-server repo to https://monitor.firefox.com/.
Changes:
https://github.com/mozilla/blurts-server/releases/tag/v9.1.7
https://github.com/mozilla/blurts-server/compare/v9.1.6...v9.1.7
Post-deploy, we should run the pre-FXA email script again:
node scripts/send-email-to-pre-fxa-subscribers.js
It should no longer require a subquery thru all of the "email_addresses" records, which should help keep it from timing out.
Comment 1•5 years ago
|
||
Deployed to production, script not yet run.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
Updating this bug to deploy v9.1.8 which includes pagination for the script ...
Please deploy the v9.1.8 tag of the blurts-server repo to https://monitor.firefox.com/.
Changes:
https://github.com/mozilla/blurts-server/releases/tag/v9.1.8
https://github.com/mozilla/blurts-server/compare/v9.1.7...v9.1.8
Post-deploy, we should run the pre-FXA email script again in logging mode to make sure it doesn't hit the OOM error we saw on v9.1.7:
SMTP_URL="" PAGE_SIZE=100 node scripts/send-email-to-pre-fxa-subscribers.js
If there's no error, we can take off the SMTP_URL=""
part to run the real thing.
Reporter | ||
Updated•5 years ago
|
Description
•