prisma-templates icon indicating copy to clipboard operation
prisma-templates copied to clipboard

add `HealthCheckGracePeriodSeconds`

Open tonyfromundefined opened this issue 5 years ago • 0 comments

When PrismaService deployed, ELB checks the health of PrismaService everytime. But, PrismaService needs a little time to healthy. So, PrismaService repeats creation and deletion until health check timing is perfect. In this situation, adding HealthCheckGracePeriodSeconds: 30 in PrismaService resolves health check timing issue.

#28

tonyfromundefined avatar Jun 19 '19 04:06 tonyfromundefined