Skip to content

Commit 6f8bef1

Browse files
authored
Cleanup unused gateways (#479)
* Cleanup Gateways * Healthcheck * ... * Better healthcheck * Another attempt * Disable grafbase for now
1 parent 7312415 commit 6f8bef1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+3
-18069
lines changed

.github/workflows/federation-v1.workflow.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- hive-gateway
3333
- cosmo
3434
- mercurius
35-
- wundergraph
36-
# - mesh-supergraph
37-
# - mesh-supergraph-bun
3835
# - grafbase
3936
uses: ./.github/workflows/benchmark.template.yaml
4037
with:
@@ -70,11 +67,6 @@ jobs:
7067
- hive-gateway
7168
- cosmo
7269
- mercurius
73-
- wundergraph
74-
# - mesh
75-
# - mesh-bun
76-
# - mesh-supergraph
77-
# - mesh-supergraph-bun
7870
# - grafbase
7971
uses: ./.github/workflows/benchmark.template.yaml
8072
with:
@@ -111,11 +103,6 @@ jobs:
111103
- hive-gateway
112104
- cosmo
113105
- mercurius
114-
- wundergraph
115-
# - mesh
116-
# - mesh-bun
117-
# - mesh-supergraph
118-
# - mesh-supergraph-bun
119106
# - grafbase
120107
uses: ./.github/workflows/benchmark.template.yaml
121108
with:
@@ -151,12 +138,7 @@ jobs:
151138
- apollo-router
152139
- hive-gateway
153140
- cosmo
154-
# - mercurius
155-
- wundergraph
156-
# - mesh
157-
# - mesh-bun
158-
# - mesh-supergraph
159-
# - mesh-supergraph-bun
141+
- mercurius
160142
# - grafbase
161143
uses: ./.github/workflows/benchmark.template.yaml
162144
with:

federation-v1/gateways/grafbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/grafbase/gateway:0.14.0
1+
FROM ghcr.io/grafbase/gateway:0.15.0
22

33
COPY supergraph.graphql ./
44

federation-v1/gateways/grafbase/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
reviews:
2222
condition: service_healthy
2323
healthcheck:
24-
test: ["CMD", "curl", "-f", "http://127.0.0.1:4000/graphql"]
24+
test: ["CMD", "curl", "-f", "-X", "GET", "http://localhost:4000/health"]
2525
interval: 3s
2626
timeout: 5s
2727
retries: 10

federation-v1/gateways/mesh-bun/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)