Conversation
Signed-off-by: Ramon Petgrave <[email protected]>
|
These startup times are getting really high, this shouldn't take 2 minutes to startup. Do we need to be lowering intervals to be more frequent? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
===========================================
- Coverage 66.46% 25.25% -41.21%
===========================================
Files 92 192 +100
Lines 9258 24874 +15616
===========================================
+ Hits 6153 6283 +130
- Misses 2359 17815 +15456
- Partials 746 776 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Ramon Petgrave <[email protected]>
|
Running on macOS, However I did see an issue - when |
|
Yes, it's slower on my linux machine, maybe because of my partition type. |
Hayden-IO
left a comment
There was a problem hiding this comment.
I'll merge this, but I think this doesn't work unless there's artificial delays on starting up the log server.
Summary
Improves the healthcheck for mysql in the docker-compose.yml file.
See docker-library/mysql#930.
With the previous healthcheck, the mysql service may be running, but the actual database may not be ready yet.
With the newer healthcheck mysql takes longer to be healthy, but
docker compose up --waitsucceeds.TODO
Release Note
Improve docker-compose.yml healthcheck for mysql.
Documentation