reafactored data mart and added better job monitor
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { createServer } from "node:http";
|
||||
import os from "node:os";
|
||||
import createApp from "./app.js";
|
||||
import { startDatamartSync } from "./datamart/datamartSync.controller.js";
|
||||
import { createLogger } from "./logger/logger.controller.js";
|
||||
import { monitorReleaseChanges } from "./opendock/utils/releaseMonitor.utils.js";
|
||||
import { monitorReleaseChanges } from "./opendock/releaseMonitor.utils.js";
|
||||
import { connectProdSql } from "./prodSql/prodSqlConnection.controller.js";
|
||||
import { setupSocketIORoutes } from "./socket.io/serverSetup.js";
|
||||
|
||||
@@ -14,7 +13,6 @@ const start = async () => {
|
||||
|
||||
// triggering long lived processes
|
||||
connectProdSql();
|
||||
startDatamartSync(); // TODO: Remove this and all the other data related to it as we dont want this idea anymore
|
||||
|
||||
// start long live processes
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user