Skip to content

Commit c87e2eb

Browse files
Merge pull request #4033 from OriginTrail/chore/remove-blazgraph-health-service
Remove blazegraph health service
2 parents fd22bef + cfb8253 commit c87e2eb

File tree

2 files changed

+0
-102
lines changed

2 files changed

+0
-102
lines changed

ot-node.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class OTNode {
7474
await this.initializeProofing();
7575
await this.initializeClaimRewards();
7676
await this.initializeSyncService();
77-
await this.initializeBlazegraphHealthService();
7877

7978
this.logger.info('Node is up and running!');
8079
}
@@ -429,12 +428,6 @@ class OTNode {
429428
await syncService.initialize();
430429
}
431430

432-
async initializeBlazegraphHealthService() {
433-
const blazegraphHealthService = this.container.resolve('blazegraphHealthService');
434-
await blazegraphHealthService.initialize();
435-
this.logger.info('Blazegraph Health Service initialized successfully');
436-
}
437-
438431
stop(code = 0) {
439432
this.logger.info('Stopping node...');
440433
process.exit(code);

src/service/blazegraph-health-service.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)