-
Deploying Django to Production · Django Beats
Notes
This post is about providing some guidance on how to make your simple Django app production-ready and deploying to Fly.io.
Unfurl
-
Why we left Fly.io - Chris Arderne
Notes
So why did we ditch Fly? In the end it came down to the following four things. Until these are improved, I’d be unlikely to recommend it for Production™ work.
Feed
Unfurl
-
Fly.io Resource Pricing · Fly Docs
Notes
Plans get complicated, so we just charge based on usage. Pick and choose which pieces you need for your application; that’s all you’ll see on your invoice.
Unfurl
-
Autoscale based on metrics · Fly Docs
Notes
The metrics-based autoscaler scales an app’s Machines based on any metric, such as pending work items or queue depth. Scaling on metrics other than requests or connections is useful for apps, like background workers, that aren’t running web services. Apps with services that need to scale based on HTTP requests can use the built-in Fly Proxy autostop/autostart feature for Machines.
Unfurl