Hacker News new | ask | show | jobs
by internetter 1107 days ago
As a point of comparison - cloudflare workers costs 0.30$ for the same (2 million) requests, plus a 5$ monthly fee. If my math is correct, in their eyes the visual aspect is worth 100,000x as much?

edit: it's actually 200,000x, the cloudflare base fee includes 1 million requests. Is it possible that they added an extra couple zeros?

2 comments

I also was surprised about the pricing. But it's getting a bit better if you check the FAQ. They basically dont charge for "basic" actions and 0.25 per db action. So if you just do some read and write to the db, its basically 0.25 per request.

Dont know why they hide it that crazy (usually its the other way around)...

Note in this case its actions not requests they charge for. If your endpoint does 10 actions vs one that does 1 it'll be 10 times the cost.