canmove, Confirmed users
1,511
edits
(rhelmer updates) |
(more aws topics) |
||
Line 21: | Line 21: | ||
=== AWS === | === AWS === | ||
* PostgreSQL RDS DB is | * PostgreSQL RDS DB has been migrated | ||
** takes ~6 hours for "core" DB, to be usable, ~30 hours for historical data | |||
** migration is scripted https://github.com/mozilla/socorro-infra/pull/119 | |||
** can we catch up and stay up-to-date by running processor only in AWS for now? | ** can we catch up and stay up-to-date by running processor only in AWS for now? | ||
*** e.g. "re-"process and backfill to cover gap | *** e.g. "re-"process from S3 and backfill to cover gap | ||
*** push from PHX crashmovers -> AWS RMQ to keep up | *** push from PHX crashmovers -> AWS RMQ to keep up | ||
** rhelmer might need help getting crontabber running in AWS | |||
* ES migration | |||
** plan is to use special-purpose processors in AWS | |||
*** https://github.com/mozilla/socorro/pull/2773 | |||
* how bad is running multiple crontabbers? | * how bad is running multiple crontabbers? | ||
Line 30: | Line 37: | ||
** this will happen the way deploys happen right now | ** this will happen the way deploys happen right now | ||
*** autoscaler spins up new instance before shutting down old one | *** autoscaler spins up new instance before shutting down old one | ||
* load testing | |||
** make sure to snapshot DB first, and use non-prod S3 bucket so as not to pollute prod! | |||
** how many crashes should we try submitting? | |||
** can we get datadog statsd landed first? | |||
*** https://bugzilla.mozilla.org/show_bug.cgi?id=1167767 | |||
=== DB === | === DB === |