Earlier quoted context omitted.
That’s exactly how it works for providers in Germany… as a foreigner I find it hilarious. You do get back-charged on the extra costs, tho.
Why's it hilarious? If you stopped paying for something, how long should you get that thing for? What if you don't pay the back-charges?
11 years of hosting a SaaS
151–160 of 222 posts
Re: 11 years of hosting a SaaS
#152Earlier quoted context omitted.
Here’s a great article explaining some of the benefits of using SQLite in production: https://blog.wesleyac.com/posts/consider-sqlite I use it in my production SaaS serving around 4 million requests per month on one of the lowest DigitalOcean tiers. The big ones for me were cost, operating simplicity and performance. I don’t need a separate process or server running which has saved me some money and time, and the app…
"4 million requests per month" There are 2,592,000 seconds in a month. So, 1.5 requests per second?
Re: 11 years of hosting a SaaS
#153Kind of hard to believe
Re: 11 years of hosting a SaaS
#154Earlier quoted context omitted.
Why's it hilarious? If you stopped paying for something, how long should you get that thing for? What if you don't pay the back-charges?
I find it hilarious because I find it extremely dysfunctional .. for everyone involved and yet… it’s true. I can tell you from personal experience… my partner somehow signed up for a stupid accounting online tool that we never used .. and we just find out 2 years later because we received a letter from a debt collection agency asking for the 2 years we “owed” for a service we never actually used .. but they kept “pro…
Your example seems to be unrelated, although it sounds frustrating.
Re: 11 years of hosting a SaaS
#155> But the worst Digital Ocean incident we ever had was when they turned all our droplets off all at once. The credit card entered into the account had expired, there was no backup card, and the contact email on the account went to a shared inbox that was not monitored. So for probably a month we were getting and ignoring billing alerts, until we really paid attention when everything was offline and not responding to…
But it kind of is. Merchant payment services exist that can automatically obtain the updated card-on-file credential when they are about to expire. Both Visa and Mastercard offer this directly, or you can get the same service from a PSP.
We have this at work thanks to Stripe, and it’s wildly inconsistent. But beyond that, it won’t do anything for a closed/canceled card/cardholder account.
That situation was fully on OP. This could have happened at GCP, AWS, Azure, Linode, OVH, Rackspace, Oracle Cloud, you name it.
Re: 11 years of hosting a SaaS
#156Earlier quoted context omitted.
> I don’t consider email to be a legal form of communication. The flipside of requiring a provider to submit paperwork to terminate your service, is the situation where in order to setup a new server with DO you'd have to file paperwork yourself. Can you imagine sending a paper letter every time you need to spin up a VM? Which one do you prefer? paperwork in both directions or no paperwork?
Yep, that’s how things are done with my colo. Real papers. Real signatures. I don’t need to send any letters to spin up a vm though. I just click a button. For new servers, I walk in and plug it in.
Re: 11 years of hosting a SaaS
#157Earlier quoted context omitted.
Would you explain why you're trying to implicate DO as being in any way "dodgy" or at fault for your own failure to pay them? You got a month of service for free, and they attempted numerous times to contact you about your bill, you just didn't read their emails.
I don’t consider email to be a legal form of communication. Cutting services to a business effectively disabled their business (especially servers). You’d think they would send at least one letter.
I used to work for a SaaS firm. Every once in awhile the main office would receive a written and signed letters from (primarily) German users when they wanted to terminate their service. (We accepted that after confirmation using an authenticated email address, of course.)
Re: 11 years of hosting a SaaS
#158Earlier quoted context omitted.
Why's it hilarious? If you stopped paying for something, how long should you get that thing for? What if you don't pay the back-charges?
I find it hilarious because I find it extremely dysfunctional .. for everyone involved and yet… it’s true. I can tell you from personal experience… my partner somehow signed up for a stupid accounting online tool that we never used .. and we just find out 2 years later because we received a letter from a debt collection agency asking for the 2 years we “owed” for a service we never actually used .. but they kept “pro…
Re: 11 years of hosting a SaaS
#159Earlier quoted context omitted.
Really do not share your experience with CosmosDB, some of it's attributes that currently make me miserable include... - Scaling is not infinite, it's up to 20gb per partition key (1), which can't be changed after document creation. - One set of global indices, no equivalent to DynamoDB's secondary indices. - Still can't run their docker container on mac (2) natively. - Weird SQL-like dialect that's required for all…
The partition key limitation is something you can work out with smart partitioning and horizontal scaling. We do the same already with storage/tables to prevent large data blocks at a smaller limit even for speed/lookups/map. Tooling could be improved and will be, it is fairly new still and the Azure Cosmos DB Emulator is not bad. There is a CosmosDB Synapse setup that allows more analytics/intel on top like you said…
I work in pre-market fit startup though, so hyper-scaleability is not really a consideration right now, and would much prefer to be running postgres.
Re: 11 years of hosting a SaaS
#160Earlier quoted context omitted.
I find it hilarious because I find it extremely dysfunctional .. for everyone involved and yet… it’s true. I can tell you from personal experience… my partner somehow signed up for a stupid accounting online tool that we never used .. and we just find out 2 years later because we received a letter from a debt collection agency asking for the 2 years we “owed” for a service we never actually used .. but they kept “pro…
Not getting something you didn't pay for is not dysfunctional. It's what turned slavery-based, Feudal and Socialist countries into modern ones. Your example seems to be unrelated, although it sounds frustrating.