manifoldmarkets / manifold

Manifold Markets: A market for every question
https://manifold.markets
MIT License
396 stars 147 forks source link

Delete replicator #2684

Closed sipec closed 1 week ago

sipec commented 1 week ago

need to also delete from gcloud and am not sure how

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 11:53pm
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 11:53pm
prod ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 11:53pm
mqp commented 1 week ago

Don't forget to clean up the SQL stuff and the Firestore write triggers.

For deleting the gcloud infrastructure, it should be easy because the replicator is just a single instance and doesn't have anything fancy. If you just click into the VM instances list and terminate the instance, that should be basically it. There's also a Cloud Scheduler cronjob to replay failed writes every minute that you should delete.

sipec commented 1 week ago

looks like someone already stopped the replicator vm