Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

History

History
11 lines (8 loc) 路 396 Bytes

what-happens-when-a-prisma-server-crashes-fq00.mdx

File metadata and controls

11 lines (8 loc) 路 396 Bytes

export const meta = { title: 'What happens when a Prisma server crashes?', position: 1, articleGroup: 'Crashing Prisma server', }

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 subscriptio) connections of a client.