Where are the latest docs on deploying a Prisma se...
# orm-help
j
Where are the latest docs on deploying a Prisma service? I can find some info on the tutorials page, but it says it’s an old version of the docs: https://www.prisma.io/docs/tutorials
s
Hi @Jim! Apologies for the confusion. We’re just about to migrate our tutorials from the old docs. In the meanwhile pls use the ones you linked to.
Are you running into any particular problem?
j
Not really. Im on Heroku at the moment but it goes down / is slow to respond from time to time. Im looking to move to something else but Ill wait for the docs to be updated.
s
Are you using the Prisma cloud integration or have you deployed Prisma yourself on Heroku?
j
I created it through the installer in app.prisma.io
I think it was here:
d
it goes down / is slow to respond from time to time
is heroku shutting down your dyno after some time, because you’re using the free tier, I assume.
You don’t have full uptime on the free tier.
j
No Im paying $50 for 1GB. Before I did this Prisma was using about 95% of the RAM constantly
I have an email alert configured for when the response time is over 2000ms and I get emailed a lot. I have almost no traffic as this is just a side project I’m working on.
My Prisma version is 1.10.2 so perhaps the latest will be better
d
The latest will help, however, Prisma is fairly resource intensive at the moment, with plans to optimize constantly.
But $50 for 1GB sounds insane to me…
1️⃣ 2
l
$50 is the heroku going rate. 2.5gb is $250 😳
d
Yea I know why I stopped using Heroku a long time ago 😅