What happens when a Prisma server crashes?
FAQ
A Prisma server is mostly stateless, therefore it can simply be restarted and it will work in the same way as before.
The only times when a Prisma server maintains some state is when it stores subscription connections of a client.