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


##########
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:
   note: maybe the the intervals could be more agressive; `15s` seems like a 
lot to wait....
   
   not sure if these matter at all - I was playing with it and startup took 
`11s` no matter what I've changed...



-- 
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