Remove crisp status reporter.
This commit is contained in:
12
server.js
12
server.js
@@ -392,12 +392,12 @@ const main = async () => {
|
||||
applyRoutes({ app });
|
||||
redisSocketEvents({ io: ioRedis, redisHelpers, ioHelpers, logger });
|
||||
|
||||
const StatusReporter = StartStatusReporter();
|
||||
registerCleanupTask(async () => {
|
||||
if (isFunction(StatusReporter?.end)) {
|
||||
StatusReporter.end();
|
||||
}
|
||||
});
|
||||
// const StatusReporter = StartStatusReporter();
|
||||
// registerCleanupTask(async () => {
|
||||
// if (isFunction(StatusReporter?.end)) {
|
||||
// StatusReporter.end();
|
||||
// }
|
||||
// });
|
||||
|
||||
try {
|
||||
await server.listen(port);
|
||||
|
||||
Reference in New Issue
Block a user