Hey Guys, I have been working with prisma for a wh...
# orm-help
m
Hey Guys, I have been working with prisma for a while. And now I am planning on pushing my service in production and would like to know what is the best practice to maintain redundency for my prisma server. I have been thinking of creating multiple server and putting it behind the load balancer but when I do that prisma deploy takes time to reflect the changes on all nodes. I wonder if there is any way to handle such scenarios. Any help would be appreciated. Thanks!
d
This issue thread contains all information you need to know: https://github.com/prisma/prisma/issues/2850
👍 2
m
Thanks!