Join Slack
Powered by
reading the docs, but not seeing anything about re...
# prisma-client
m
Mitchell Amihod
06/17/2021, 2:19 AM
reading the docs, but not seeing anything about retires
j
janpio
06/17/2021, 10:39 AM
You would be expected to implement retries yourself, Prisma does not help you there by design.
janpio
06/17/2021, 10:39 AM
You can do so either manually in your code, or use a middleware on Prisma level to rerun the query or command when a specific error happens.
janpio
06/17/2021, 10:39 AM
(Not 100% sure if
$connect()
is covered by the middleware though... good thing to investigate)
3
Views
Open in Slack
Previous
Next