Results 5 comments of Tal Zion

I wrote a [fetch implementation](https://gitlab.com/-/snippets/2177503) that implements graphql persisted queries and can be used with `graphql-request` (and probably also with other clients but I haven't tested this). Use it like...

I also encountered this error message when I used postgres' [composite types](https://www.postgresql.org/docs/10/rowtypes.html). For example for this SQL definition: ```sql CREATE TYPE TEST_COMPOSITE as ( first_name text, last_name text ); CREATE...

I'm also getting 502 errors during availability zone changes. I added the `cloud.google.com/neg: '{"ingress":false}'` annotation to my service so that the load balancer forwards to all instance groups in the...

@swetharepakula I understand but I'd rather have slightly worse performance with the double hop than downtime with NEG unless I'm missing some other considerations.