top | item 46292725

(no title)

timvdalen | 2 months ago

Our current GitHub bill is $90/month, this would add an additional $700/month. I don't see how this doesn't cause a mass outflux.

discuss

order

fkorotkov|2 months ago

How much do you pay for the servers that run actions? Is it much more than $610? Then it kinda makes sense.

timvdalen|2 months ago

No it's much less. Our runners are hosted in AWS ECS, you'd be surprised how affordable you can make that given the right optimizations (which is probably why GH made this decision).

gitpusher|2 months ago

Curious: Can you expand a little bit on your usage? $700/month equates to 350,000 minutes. Are you just running a truck-load of different Actions, or are the Actions themselves long-lived (waiting on something to complete)?

timvdalen|2 months ago

Just a lot of different actions, none of them long-lived. It's CI/CD for a large monorepo maintained by a relatively small team.

We use feature branch deployments, so we trigger a lot of builds.