prisma / prisma-templates

Prisma templates for major cloud providers
MIT License
52 stars 41 forks source link

add `HealthCheckGracePeriodSeconds` #45

Open tonyfromundefined opened 5 years ago

tonyfromundefined commented 5 years ago

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