Phil Prasek

Results 23 comments of Phil Prasek

@o0Ignition0o this is still taking 10s with the PR ☝️ so re-opening this for now. Note the version is not present in the log output, so it's using the new...

@o0Ignition0o looks like this did the trick - https://github.com/apollographql/supergraph-demo-fed2/pull/33 Same as what [postgres](https://github.com/docker-library/postgres/blob/master/14/bullseye/Dockerfile#L204) is doing in their official Docker image.

@abernix yes exactly. I've been [adding `STOPSIGNAL SIGINT` to my custom router images](https://github.com/apollographql/supergraph-demo-fed2/blob/main/router/custom-image/Dockerfile#L14), but for the pre-packaged router image it takes 10 seconds to shutdown. Adding `STOPSIGNAL SIGINT` to the...

related [community thread](https://community.apollographql.com/t/introducing-the-apollo-router-our-federation-runtime-in-rust/1931/6)

@abernix @EverlastingBugstopper consistent behavior with `buildFederatedSchema` and the result of `rover subgraph introspect` would be ideal. Is that already part of harmonizer?

@cyberhck this sounds very similar to https://github.com/apollographql/supergraph-demo-k8s-graph-ops/issues/50 > Run auto publish subgraph schema in an Argo Rollout postPromotionAnalysis job that runs rover in a docker container. Can you provide some...

@longility yes that's a good point. the demo was intended to keep things as simple as possible, but that would be good to mention and perhaps include in the demo....

welcome @yanns 👋 @BrynCooke it's come up a handful of times. if you're processing a lot of variants for large n multi-tenant use cases the performance can suffer due to...