prefect: prefect server start failes to start graphql container on 0.14.10 (but 0.13.19 works)
Description
I am a first time user of prefect - switching over from airflow.
Just downloaded the latest version 0.14.10
I tried running
Pulling postgres ... done
Pulling hasura ... done
Pulling graphql ... done
Pulling apollo ... done
Pulling towel ... done
Pulling ui ... done
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Creating network "prefect-server" with the default driver
Creating tmp_postgres_1 ... done
Creating tmp_hasura_1 ... done
ERROR: for graphql Container "9c870d315bbc" is unhealthy.
With this error. I retried a bunch with same error.
After switching to version 13.19 it worked immediately.
Expected Behavior
I expected the graphql container to start successfully.
Reproduction
conda create -n testenv python=3.8
pip install prefect
prefect backend server
prefect server start
Since I already changed to 0.13.19 I can’t really run ‘prefect diagnsostics’ anymore… I used a clean conda env with only Kedro and Prefect installed (via pip) on Ubuntu 20.04.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (9 by maintainers)
I have the same issue with Hasura apparently not being able to start:
I’ve also tried the
docker-compose disable-v2
to no avail. I’m on Apple M1 and I’ve given 4GB RAM to Docker Desktop (I cannot allocate more)I’d recommend setting a higher memory limit. I’m glad it was as simple as resetting your config though!