HN user

seekbeak

32 karma
Posts0
Comments17
View on HN
No posts found.

Sure thing: #1084672

The exact wording was: "If you are interested in increasing these limits, we do offer a higher threshold to customers who commit to a minimum of 20TB of our B2 Reserve Capacity-Based Storage service through one of our reseller partners."

Just emailed support and they've said this is already implemented, and you can only increase your limits if you commit to 20TB of storage.

Our production web app can easily makes more than 20 requests for images per second on the initial page load for a single user. B2s new 20 requests per second cap means that it will just take one person viewing to cause anyone else also trying to view the app at that second to get an empty white screen. Cloudflare cache will only mitigate this so much.

Anyone got non Amazon suggestions to migrate to ASAP?

Replying to my own comment as I just talked to their support about this: "The maintenance window does affect all our data simultaneously. As we push the updates through one data center to another." Welp, so much for that.

Same here. We're midway through a migration, and this has us re-thinking the whole move. I wonder if we had a duplicate copy of our data in the EU data center if we could do a fallback during US downtime, or if the entire 'cloud' goes down.

ES6 Classes 8 years ago

Can't the majority of that manual binding be done by good 'ol fat arrows?

I need to get into server rendering more. I find myself doing double validation these days and server rendering could solve some of that. I validate client side, then again server side to make sure people aren't throwing garbage at my API.

I made the initial version of https://seekbeak.com after about 3 or 4 months. It's been updates and additions for the past year now.

I'll echo the rest of the folks in here: Launch early, and add features as you go. I'd rather launch at 85% than never launch at 100%

Also, there is a fine line between an initial launch which is missing a few fancy features, and an embarrassing clusterfuck. So make sure that the site/app is totally functional, and as bug free as you can be. Then you can get to work on adding all the bells and whistles which are buzzing around your head!