|
|
|
|
|
by petercooper
1466 days ago
|
|
If someone was to use heroku I'd advise to at minimum: - move the DB elsewhere. We've had a lot of success with this. Heroku Postgres didn't make much sense for something we were doing so we spun up a RDS instance in the same region since Heroku uses AWS anyway and the latency was next to nothing but with easier management, better price, better performance, etc. |
|