You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been logging about 1100 of these per day since whitehall-frontend was decommissioned:
Representative stack trace:
*net.OpError: dial tcp: lookup whitehall-frontend.production.govuk-internal.digital on 172.20.0.10:53: no such host
File "github.com/alphagov/router/logger/sentry.go", line 74, in NotifySentry
File "github.com/alphagov/router/handlers/backend_handler.go", line 164, in (*backendTransport).RoundTrip
File "net/http/httputil/reverseproxy.go", line 473, in (*ReverseProxy).ServeHTTP
File "github.com/alphagov/router/triemux/mux.go", line 50, in (*Mux).ServeHTTP
File "github.com/alphagov/router/lib/router.go", line 150, in (*Router).ServeHTTP
File "net/http/server.go", line 2938, in serverHandler.ServeHTTP
File "net/http/server.go", line 2009, in (*conn).serve
Suspect there's some dangling bit of config somewhere, at least a dead route in the Router database but there may well be other cleanup upstream that was missed.
The text was updated successfully, but these errors were encountered:
These all look like they're supposed to be redirects (because of the redirect_to field), but they have route_type: backend instead of route_type: redirect.
We've been logging about 1100 of these per day since
whitehall-frontend
was decommissioned:Representative stack trace:
Sentry issue for cross-referencing (internal-only, sorry)
Suspect there's some dangling bit of config somewhere, at least a dead route in the Router database but there may well be other cleanup upstream that was missed.
The text was updated successfully, but these errors were encountered: