Skip to content

Commit 344e395

Browse files
committed
chore: enable healthcheck
1 parent 698b90e commit 344e395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require('./bootstrap')
66
const _ = require('lodash')
77
const config = require('config')
88
const Kafka = require('no-kafka')
9-
// const healthcheck = require('@topcoder-platform/topcoder-healthcheck-dropin')
9+
const healthcheck = require('@topcoder-platform/topcoder-healthcheck-dropin')
1010
const logger = require('./common/logger')
1111
const helper = require('./common/helper')
1212
const ProcessorService = require('./services/ProcessorService')
@@ -110,7 +110,7 @@ consumer
110110
// consume configured topics
111111
.then(() => {
112112
logger.info('Initialized.......')
113-
// healthcheck.init([check])
113+
healthcheck.init([check])
114114
logger.info('Adding topics successfully.......')
115115
logger.info(topics)
116116
logger.info('Kick Start.......')

0 commit comments

Comments
 (0)