Here is some log data that you may peruse for your...
# orm-help
m
Here is some log data that you may peruse for your enjoyment. It shows 2 crash-and-restart cycles and the accompanying log messages associated with said crashes.
n
Please open a new discussion in the Forum and share as much information as possible about your setup and your query patterns 🙂
quick look at the logs suggests this is a CloudFront issue, what makes you think the issue is at the Prisma level?
Did you look into your server logs as well?
What does the monitoring for your DB say?
m
We’re not using CloudFront, so that can’t be it. DB monitoring shows that the DB is at normal memory, CPU, and connection levels. Also, the log message from ECS when it restarts is:
service Prisma (port 60000) is unhealthy in target-group vibely-prisma-server-prisma due to (reason Request timed out).
That seems to indicate that the server has stopped responding
The cloudfront calls there are calls to a server-side susbscription (webhook). The logs from those indicate that they’re failing because they try to call back to the Prisma server to perform updates or fetch more data and they receive
503 Service Unavailable
n
Thanks for creating https://github.com/prisma/prisma/issues/2926. Let's continue the discussion there 🙂