hi, it seems datahub-gms container is stopped due ...
# all-things-deployment
g
hi, it seems datahub-gms container is stopped due to the dependencies not coming up in time. I mean gms waits dependencies to become up and running. As I observed dependencies are starting in 4 mins, and datahub-gms default timeout-threshold seems 4 min 🙂 . Do you guys know where can I change the timeout-threshold for gms server?
m
are you seeing this in quickstart?
g
I run the command "docker-compose -f docker-compose-without-neo4j.quickstart.yml up -d". Yes, it's quickstart
s
Can you please share the output of
Copy code
python3 -c 'import platform; print(platform.platform());'
How much resources (CPU/memory) is allocated to Docker?
g
hooray, after setting SKIP_ELASTICSEARCH_CHECK=true, SKIP_MYSQL_CHECK=true datahub-gms started smoothly. Seems, dependencies were starting too slow and gms couldn't wait them to start, then fail to start GMS