Skip to content

Commit

Permalink
fix: remove health check (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Sep 11, 2024
1 parent 3268275 commit 6cb245a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func Start(ctx context.Context, config Config) error {
return rpc.Serve(ctx, config.Bind,
rpc.GRPC(ftlv1connect.NewVerbServiceHandler, svc),
rpc.HTTP("/", svc),
rpc.HealthCheck(svc.healthCheck),
)
}

Expand Down

0 comments on commit 6cb245a

Please sign in to comment.