andygrove commented on code in PR #329:
URL: https://github.com/apache/arrow-ballista/pull/329#discussion_r995806774


##########
docker-compose.yml:
##########
@@ -54,8 +54,7 @@ services:
     volumes:
       - ./benchmarks/data:/data
     depends_on:
-      ballista-scheduler:
-        condition: service_healthy

Review Comment:
   ```
   A restart policy only takes effect after a container starts successfully. In 
this case, starting successfully means that the container is up for at least 10 
seconds and Docker has started monitoring it. This prevents a container which 
does not start at all from going into a restart loop.
   ```
   
   :cry: 



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

Reply via email to