Giter Site home page Giter Site logo

Comments (5)

willnorris avatar willnorris commented on July 27, 2024

It's hard to estimate pricing without knowing how much traffic these sites get. Fly does a really good job of scaling resources to zero, so it's very easy for low-traffic sites to cost nothing. They don't technically have a free tier in the way that Heroku did. Instead, the charge for everything, but if the total ends up being less than $5/month, they just don't bill you.

As an example, I run my personal website, client.webfinger.net (which is the backend for https://webfinger.net/lookup/), and a personal DNS server for my tailnet, and I've never been charged yet. Admittedly, I also don't run analytics on any of these sites so don't know what kind of real-world traffic that is.

from microformats.io.

willnorris avatar willnorris commented on July 27, 2024

A shared-cpu machine with 256mb of ram (which is what I typically use for everything, since they all tend to have very small memory footprints) is about $2/month if it runs non-stop. I would guess that most of these parser sites sit idle most of the time.

https://fly.io/docs/about/pricing/#compute

from microformats.io.

aaronpk avatar aaronpk commented on July 27, 2024

They are not super high traffic sites, they definitely are idle most of the time. Is this going to be the kind of thing where they take a few seconds to spin up when they get a request? I ran in to one test site on fly.io that would throw a bad gateway error on the first few requests until the backend was finally spun up, which is not a great user experience.

from microformats.io.

willnorris avatar willnorris commented on July 27, 2024

I guess that ultimately depends on what's in the container. Fly rebuilds the containers as firecracker VMs, which have really fast startup time (they were originally developed for AWS Lambda). If we find that some languages are too slow to start, we can configure those to always stay on.

from microformats.io.

willnorris avatar willnorris commented on July 27, 2024

Also, to be clear, I don't really care all that much where we host. I've just been using Fly for a couple of years for personal projects and have been really happy. They really seem to have filled the hole that Heroku left. We have used them a bunch of small projects at Tailscale and have gotten to know the team, partially because they are also doing a lot of interesting things with wireguard and sqlite. But we could also just as easily leave things on Heroku, move to AWS Lambda, GCP Cloud Run, or anything else. I think the biggest thing is having some automation to keep the parser sites up to date.

from microformats.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.