capistrant commented on code in PR #18125:
URL: https://github.com/apache/druid/pull/18125#discussion_r2145344685


##########
integration-tests-ex/cases/cluster/Common/dependencies.yaml:
##########
@@ -116,6 +116,13 @@ services:
     environment:
       - MINIO_ROOT_USER=${AWS_ACCESS_KEY_ID}
       - MINIO_ROOT_PASSWORD=${AWS_SECRET_ACCESS_KEY}
+    healthcheck:
+      test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/ready"; ]
+      interval: 5s
+      timeout: 3s
+      retries: 60
+      start_period: 3m
+      start_interval: 15s

Review Comment:
   I admittedly used the same values that I did with mysql which was much more 
irregular starting up than minio. Thanks for calling it out, I'll adjust the 
parameters accordingly



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to