simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
100 stars 6 forks source link

Demo links from the README are broken #95

Closed simonw closed 1 year ago

simonw commented 1 year ago

They use branch main but this plugin doesn't work with the 1.0 alpha series yet.

simonw commented 1 year ago

That deploy failed after 10m with:

failed
Deployment failed
ERROR: (gcloud.run.deploy) Updating ingress traffic allowed. Resource readiness deadline exceeded.
simonw commented 1 year ago

https://console.cloud.google.com/run/detail/us-central1/datasette-graphql-demo/metrics?project=datasette-222320

CleanShot 2023-08-31 at 16 30 24@2x

I messed around with the traffic options and routed 100% of traffic to the new deployment.

simonw commented 1 year ago

https://datasette-graphql-demo.datasette.io/graphql?query=%0A%7B%0A%20%20repos%20%7B%0A%20%20%20%20nodes%20%7B%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20full_name%0A%20%20%20%20%20%20description_%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A works again now.