Skip to content

health.NewHealthServer is never called #111

@KalmanMeth

Description

@KalmanMeth

The call to health.NewHealthServer(mainPipeline) is placed after mainPipeline.Run(), which does not return in normal circumstances until interrupted. The call to NewHealthServer should be placed before mainPipeline.Run().
Alternatively, perform the mainPipeline.Run() in a separate thread.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions