- Deploy containerized apps to your own AWS account with minimal config!
- CLI tool with instant console sessions
- Set up SQL/Redis instantly with Heroku-like add-ons.
- For enterprise: Autoscaling, preview apps, audit trail, release approvals.
I worked in a DC that had multiple redundant chillers on the roof, and multiple redundant coolers on each floor, but the whole building's cooling failed at once when the water lines failed somehow.
They didn't say how, but apparently the pipes between each floor and the roof were not redundant. It took almost 24 hours to fix.
We did this at Chargify, but with MySQL. If Redis was unavailable, it would dump the job as a JSON blob to a mysql table. A cron job would periodically clean it out by re-enqueuing jobs, and it worked well.
reply