Earlier quoted context omitted.
> Never entirely trust what is said to you to secure/continue a sale, unless you have it written in a contract. This time last week, Cloudflare shut off our access to one of their services we were using because we went over quota. Well, we had actually negotiated overage charges and did actually have this in our contract. They turned the service off anyway instead of applying the overage charges we had agreed. This i…
That sounds more or less the same as everything AWS produces.
Small SaaS banned by Cloudflare after 4 years of being paying customer
321–329 of 329 posts
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#322Earlier quoted context omitted.
Unless you saw a huge spike I feel like not letting you know before is totally unacceptable. Also, while that's in the terms that's a generic get out clause I know they need but doesn't at all help you figure out what services are ok.
No huge spikes at all, so not sure what triggered it.
> Traffic from this customer went suddenly from an average of 1,500 requests per second, and a 0.5MB payload per request, to 3,000 requests per second (2x) and more than 12MB payload per request (25x)
https://www.theregister.com/2023/02/09/cloudflare_traffic_th...
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#323Earlier quoted context omitted.
No huge spikes at all, so not sure what triggered it.
Cloudflare seems to be claiming that you did have a huge spike. > Traffic from this customer went suddenly from an average of 1,500 requests per second, and a 0.5MB payload per request, to 3,000 requests per second (2x) and more than 12MB payload per request (25x) https://www.theregister.com/2023/02/09/cloudflare_traffic_th...
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#324OP, you have garnered a lot of sympathy by the HN community which I believe in part contributed to your problem being resolved. I think it would be fair to provide more info about what the issue was in the end. It's not OK to be like "HN I had a bad experience with Company X" and then be like "k, thx @jgrahamc, bye" when your complaint gets resolved due to the attention it received. There are so many questions this l…
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#325Earlier quoted context omitted.
Ok, but it's reasonable to suspect other users might also have had their accounts banned if it had been a systematic outage or ML hiccup, and given there's a 24hr limit to that ban becoming permanent, it's reasonable to expect an update soon as possible, even if that update is just a one-line "our status is X but we still don't know why this happened to us".
What? no. On the flip side what if their company is convulsing at the possibility of being offline for a few days due to the issue, updating a HN post would be their lowest priority untill they find a solution. Give them a break, OP owes us nothing.
And to requote the OP back to you like I did above, given that customer support told them there's a 24hr limit to that ban becoming permanent and tried to help them get it resolved before then, in this case it was in fact entirely reasonable to expect at least a one-line update within (in this specific case) a day, since either way the outcome would be known.
And in fact here's the OP's followup post: https://news.ycombinator.com/item?id=34721870
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#326> ...anyways I get it, perhaps I pay too little and should be on enterprise plan already If you're on Workers Unbound, you're probably paying closer to ~$800/mo for 4b requests; or if you're on Workers Bundled, then ~2000/mo. What were you quoted for the Enterprise plan? I thought those start at $1500/mo?
> I thought those start at $1500/mo? I wasn't able to get them to size something down under high-$4,000/m, when I looked at this a couple years ago. They acted like I was being annoying just for thinking there might exist any option between $200 and $5,000. We ended up somewhere else that was much cheaper for the actual service we needed. Every other company in this space I talked to was happy to come up with a plan…
Crazy to think that Cloudflare who are super aggressive napping up upstarts looking for cheaper alternatives to the Big 3 (Azure, GCP, AWS), are this incompetent in closing out Enterprise deals. I thought they were as adept at Sales as they are at Engineering.
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#327From an earlier comment I made regarding Stripe shutting merchants down, and those merchants resorting to posting on HN and getting someone on HN to advocate for them to resolve their problem [0]: "The main issue is not that [COMPANY] is working hard to protect itself and its customers, but that customers feel very powerless in these situations. When it takes a massive effort to get attention, especially if you're sm…
Re: Small SaaS banned by Cloudflare after 4 years of being paying customer
#328Earlier quoted context omitted.
> Why didn't you use the load-balancer service? Speaking from experience, if you only need rudimentary L7 load balancing, then Cloudflare Workers is as good as it gets. > How much are you paying for the workers/month? Per my estimate, probably between $600 to $2000 for Workers: https://news.ycombinator.com/item?id=34639930
> Speaking from experience, if you only need rudimentary L7 load balancing, then Cloudflare Workers is as good as it gets. What would you do in Workers that you couldn't do with Load Balancing? LB handles origin health, can do traffic steering, session affinity etc included. With Workers, you'd need to take care of all that. I see a point if the Workers do some lifting / caching / transforming etc before passing on t…