|
|
|
|
|
by samwillis
1502 days ago
|
|
Well, it only seems to be getting worse on this one. I’m keen to get off Heroku, but waiting for one of the newer alternatives (Render/Fly+others) to implement WAL point in time restore for Postgres. It’s the only thing keeping me on Heroku now, but is indispensable. Anyone here from them have any update on when we could see that feature made available? |
|
The only weird hitch with Google Cloud Run (and their other serverless products) is you either need to either use public IPs for e.g. memory store cache or other things in your network (minus your database), or set up a VPC Access Connector [0]. Admittedly, that was easy once I realized I needed it, but was very annoying to figure out (because django's default redis socket timeout is never...).
You also don't get SSH access, as it's fully managed. K8s is still the easiest version where you get that, unfortunately.
[0]: https://cloud.google.com/vpc/docs/configure-serverless-vpc-a...