-
Notifications
You must be signed in to change notification settings - Fork 5
Plugin server is marked as not live while mmdb is being downloaded #391
Comments
Maybe this should be a "loading" state, between "offline" and "online". Thing is, the plugin server is not really online if it's not able to ingest yet (why in this case: point 6), so showing preflight as all green and allowing to proceed would be kind of premature. Unless the wait time is a significant source of friction (though it shouldn't be, actual deployments should be done with this in a few seconds, downlink is fast in data centers). |
It has been development-wise. It takes 1-2 minutes to download mmdb after a fresh database purge, adding a ton of waiting around to get to a good state. I've needed to recreate my dbs quite often (multiple times per day) when playing with clickhouse migrations, custom stats, etc and this has been the most painful part about it. |
I see. I suppose in your case you can just use |
That sounds like a fair workaround! 🙇 |
Bug description
I want to deploy posthog. I boot posthog up, go through preflight and see this
Looking at the logs, I see this:
Which takes around a minute to resolve
Expected behavior
Don't block preflight while mmdb is being downloaded
How to reproduce
Environment
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: