Provide a fly.io scale to zero example #843
Replies: 2 comments 2 replies
-
This is a nice idea -- and would tie into an upgraded Fly guide that factors in the Supabase <> Fly Postgres development. Perhaps we could do a scale to zero demo and tie into an updated deployment recipe, cc @msfstef @alco. |
Beta Was this translation helpful? Give feedback.
-
👋 we've been working the last month on a rebuild of the Electric server over at a temporary repo https://github.com/electric-sql/electric-next/ You can read more about why we made the decision at https://next.electric-sql.com/about We're really excited about all the new possibilities the new server brings and we hope you'll check it out soon and give us your feedback. We're now moving the temporary repo back here. As part of that migration we're closing all the old issues, PRs, and discussions. We really appreciate you taking the time to start this discussion! If it's still relevant in the new system, please reopen. |
Beta Was this translation helpful? Give feedback.
-
Fly makes it pretty easy to build low cost on demand services. Ideal for many electric apps which wouldn't have constant usage as the electric service only needs to be running when there's an active user.
To support this, the electric docker instance would need to shut down after some period of no connections e.g. https://github.com/fly-apps/autoscale-to-zero-demo
Beta Was this translation helpful? Give feedback.
All reactions