File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require('./bootstrap')
6
6
const _ = require ( 'lodash' )
7
7
const config = require ( 'config' )
8
8
const Kafka = require ( 'no-kafka' )
9
- // const healthcheck = require('@topcoder-platform/topcoder-healthcheck-dropin')
9
+ const healthcheck = require ( '@topcoder-platform/topcoder-healthcheck-dropin' )
10
10
const logger = require ( './common/logger' )
11
11
const helper = require ( './common/helper' )
12
12
const ProcessorService = require ( './services/ProcessorService' )
@@ -110,7 +110,7 @@ consumer
110
110
// consume configured topics
111
111
. then ( ( ) => {
112
112
logger . info ( 'Initialized.......' )
113
- // healthcheck.init([check])
113
+ healthcheck . init ( [ check ] )
114
114
logger . info ( 'Adding topics successfully.......' )
115
115
logger . info ( topics )
116
116
logger . info ( 'Kick Start.......' )
You can’t perform that action at this time.
0 commit comments