▲ | tetha 6 days ago | |||||||
The distinction of stateful and stateless is one of the main criteria how we're dividing responsibilities between platform-infra and development. I know it's a bit untrue, but you can't do that many things wrong with a stateless application running in a container. And often the answer is "kill it and deploy it again". As long as you don't shred your dataset with a bad migration or some bad database code, most bad things at this level can be fixed in a few minutes with a few redeployments. I'm fine having a larger amount of people with a varying degree of experience, time for this, care and diligence working here. With a persistence like a database or a file store, you need some degree of experience of what you have to do around the system so it doesn't become a business risk. Put plainly, a database could be a massive business risk even if it is working perfectly... because no one set backups up. That's why our storages are run by dedicated people who have been doing this for years and years. A bad database loss easily sinks ships. | ||||||||
▲ | mrkeen 5 days ago | parent [-] | |||||||
> but you can't do that many things wrong with a stateless application running in a container > As long as you don't shred your dataset with a bad migration or some bad database code, most bad things at this level can be fixed in a few minutes with a few redeployments. At some point between these statements you switched from stateless to stateful and I can't follow the rest of the argument. | ||||||||
|