OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

#527 Increase MySQL healthcheck timeout from 2 to 10 minutes #528

Closed seidior closed 1 year ago

seidior commented 1 year ago

Proposed changes

Previously, the MySQL container would be given two minutes to start before being considered unhealthy. This resolves #527 by increasing this to a wild 9 minutes, plus give ourselves a normal minute to start the container (in which the retries don’t count). Do all this while decreasing latency between healthchecks from 10 seconds to two seconds.

Checklist