Elucidation / mapf-multiagent-robot-planning

Multi-Agent PathFinding (MAPF) for 2D Robots moving inventory on a grid - Practice building environment + robots + planning + inventory management etc.
MIT License
11 stars 3 forks source link

GKE doesn't provide container start order, wait on redis #78

Closed Elucidation closed 1 year ago

Elucidation commented 1 year ago

docker compose has depends_on for container startup order, but GKE doesn't, right now world_sim and node wait properly for redis to be accessible, need to make order_processor and robot allocator do the same