Skip to content

Commit

Permalink
fix(health): send configure event when created (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmasse committed Aug 20, 2021
1 parent aed8705 commit 58dc686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/health/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class HealthWatcher {

private async handleConduitCreated(conduitId: uuid) {
await this.healthService.register(conduitId, HealthEventType.Create)
await this.healthService.register(conduitId, HealthEventType.Configure)
}

private async handleConduitUpdated(conduitId: uuid) {
Expand Down

0 comments on commit 58dc686

Please sign in to comment.