Hey all! It seems with the new `prefecthq/server:l...
# ask-community
w
Hey all! It seems with the new
prefecthq/server:latest
that came out yesterday, things like
graphql
just go into crash loops in docker/kubernetes. I had to pin the version to
2021.11.30
to resolve crashing issues. We also use
hasure/graphql-engine:v1.3.0
, and it seems like that's been updated quite a few versions. Would upgrading that resolve the issues, you think? I'm not sure what major things have changed in hasura though.
z
Hey! Can you share some of the crash loop logs? How are you running the server? I QA’d the release with
prefect server start
without any issues. I am not sure if our changes were backwards compatible with the old version of Hasura, but they do go from 1.3 to 2.0 so it’s not as big of a leap as it looks like. There were definitely a few changes to Server necessary to support the new version.