@resolveio/server-lib 20.4.83 → 20.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/fixtures/init.d.ts +1 -1
  2. package/fixtures/init.js +1 -1
  3. package/fixtures/init.js.map +1 -1
  4. package/index.d.ts +8 -0
  5. package/index.js +1 -1
  6. package/index.js.map +1 -1
  7. package/managers/cron.manager.d.ts +1 -2
  8. package/managers/cron.manager.js +1 -1
  9. package/managers/cron.manager.js.map +1 -1
  10. package/managers/local-log.manager.d.ts +16 -0
  11. package/managers/local-log.manager.js +2 -0
  12. package/managers/local-log.manager.js.map +1 -0
  13. package/managers/method.manager.d.ts +2 -8
  14. package/managers/method.manager.js +1 -1
  15. package/managers/method.manager.js.map +1 -1
  16. package/managers/mongo.manager.d.ts +1 -2
  17. package/managers/mongo.manager.js +1 -1
  18. package/managers/mongo.manager.js.map +1 -1
  19. package/managers/monitor.manager.d.ts +2 -3
  20. package/managers/monitor.manager.js +1 -1
  21. package/managers/monitor.manager.js.map +1 -1
  22. package/managers/subscription.manager.d.ts +1 -2
  23. package/managers/subscription.manager.js +1 -1
  24. package/managers/subscription.manager.js.map +1 -1
  25. package/managers/websocket.manager.js.map +1 -1
  26. package/methods/logs.js +1 -1
  27. package/methods/logs.js.map +1 -1
  28. package/package.json +1 -1
  29. package/server-app.d.ts +1 -3
  30. package/server-app.js +1 -1
  31. package/server-app.js.map +1 -1
  32. package/collections/log-ts.collection.d.ts +0 -3
  33. package/collections/log-ts.collection.js +0 -2
  34. package/collections/log-ts.collection.js.map +0 -1
  35. package/managers/subscription.performance.d.ts +0 -1
  36. package/managers/subscription.performance.js +0 -2
  37. package/managers/subscription.performance.js.map +0 -1
package/server-app.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var __awaiter=this&&this.__awaiter||function(e,n,s,o){return new(s=s||Promise)(function(t,r){function fulfilled(e){try{step(o.next(e))}catch(e){r(e)}}function rejected(e){try{step(o.throw(e))}catch(e){r(e)}}function step(e){var r;e.done?t(e.value):((r=e.value)instanceof s?r:new s(function(e){e(r)})).then(fulfilled,rejected)}step((o=o.apply(e,n||[])).next())})},__generator=this&&this.__generator||function(n,s){var o,i,a,c={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},u={next:verb(0),throw:verb(1),return:verb(2)};return"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function verb(t){return function(e){var r=[t,e];if(o)throw new TypeError("Generator is already executing.");for(;c=u&&r[u=0]?0:c;)try{if(o=1,i&&(a=2&r[0]?i.return:r[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,r[1])).done)return a;switch(i=0,(r=a?[2&r[0],a.value]:r)[0]){case 0:case 1:a=r;break;case 4:return c.label++,{value:r[1],done:!1};case 5:c.label++,i=r[1],r=[0];continue;case 7:r=c.ops.pop(),c.trys.pop();continue;default:if(!(a=0<(a=c.trys).length&&a[a.length-1])&&(6===r[0]||2===r[0])){c=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3]))c.label=r[1];else if(6===r[0]&&c.label<a[1])c.label=a[1],a=r;else{if(!(a&&c.label<a[2])){a[2]&&c.ops.pop(),c.trys.pop();continue}c.label=a[2],c.ops.push(r)}}r=s.call(n,c)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}}},__values=this&&this.__values||function(e){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&e[r],n=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return{value:(e=e&&n>=e.length?void 0:e)&&e[n++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")},__read=this&&this.__read||function(e,r){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var n,s,o=t.call(e),i=[];try{for(;(void 0===r||0<r--)&&!(n=o.next()).done;)i.push(n.value)}catch(e){s={error:e}}finally{try{n&&!n.done&&(t=o.return)&&t.call(o)}finally{if(s)throw s.error}}return i},__spreadArray=this&&this.__spreadArray||function(e,r,t){if(t||2===arguments.length)for(var n,s=0,o=r.length;s<o;s++)!n&&s in r||((n=n||Array.prototype.slice.call(r,0,s))[s]=r[s]);return e.concat(n||Array.prototype.slice.call(r))},http_1=(Object.defineProperty(exports,"__esModule",{value:!0}),require("http")),express=require("express"),bodyParser=require("body-parser"),xmlParser=require("express-xml-bodyparser"),WebSocket=require("ws"),jwt=require("jsonwebtoken"),moment=require("moment-timezone"),common_1=require("./util/common"),mongo_manager_1=require("./managers/mongo.manager"),cron_manager_1=require("./managers/cron.manager"),method_manager_1=require("./managers/method.manager"),subscription_manager_1=require("./managers/subscription.manager"),monitor_manager_1=require("./managers/monitor.manager"),log_collection_1=require("./collections/log.collection"),log_method_latency_collection_1=require("./collections/log-method-latency.collection"),user_collection_1=require("./collections/user.collection"),home_1=require("./http/home"),auth_1=require("./http/auth"),health_1=require("./http/health"),index_1=require("./index"),mongodb_1=require("mongodb"),worker_task_request_collection_1=require("./collections/worker-task-request.collection"),worker_task_response_collection_1=require("./collections/worker-task-response.collection"),websocket_manager_1=require("./managers/websocket.manager"),ResolveIOMainServer=function(){function ResolveIOMainServer(e,r,t,n,s,o,i){void 0===i&&(i=!1);var a=this;this._offlineUpdates=[],this.sesMail=!1,this.standardProgram=!1,this.publicProgram=!1,this._rebootFlag=!1,this.LOGGER="ERROR",this._clientRoutes=[],this._lastErrorMsg=null,this._debugMsgRecv=0,this._debugMsgQueue=0,this._isWorkersEnabled=!1,this._isWorkerInstance=!1,this._workerTasks=[],this._safeShutdown=!1,this._serverConfig=r,this._clientRoutes=t,this._clientDir=n,this.sesMail=s,this.standardProgram=o,this.publicProgram=i,this._serverStartTime=new Date,this._lastErrorMsg=null,this._monitorManager=new monitor_manager_1.MonitorManager(e,r),this._monitorManagerFunction=new monitor_manager_1.MonitorManagerFunction,this._isWorkersEnabled="true"===process.env.IS_WORKERS_ENABLED,this._isWorkerInstance="true"===process.env.IS_WORKER_INSTANCE,setInterval(function(){a._subscriptionManager&&a._subscriptionManager.getEnableDebug()&&(console.log(new Date,"Server App","Msg Recv Hits",a._debugMsgRecv),console.log(new Date,"Server App","Msg Queue Hits",a._debugMsgQueue)),a._debugMsgQueue=0,a._debugMsgRecv=0},6e4),process.on("unhandledRejection",function(n,s){return __awaiter(a,void 0,void 0,function(){var r,t=this;return __generator(this,function(e){switch(e.label){case 0:return n&&"MongoError"===n.name&&48===n.code?[2]:(console.error(new Date,"Unhandled Rejection at Promise",[n,s]),r=moment().diff(this._serverStartTime,"seconds"),n&&("MongoNetworkTimeoutError"===n.name||n instanceof mongodb_1.MongoNetworkTimeoutError)?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - MongoNetworkTimeoutError - Quitting NodeJS - "+this._serverConfig.CLIENT_NAME,JSON.stringify({name:n.name,message:n.message,stack:n.stack},null,2))]):[3,2]:[3,3]);case 1:e.sent(),process.exit(1),e.label=2;case 2:return[3,10];case 3:return n&&"MongoError"===n.name&&"not master"===n.message?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - Quitting NodeJS - "+this._serverConfig.CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))]):[3,5]:[3,6];case 4:e.sent(),e.label=5;case 5:return process.exit(1),[3,10];case 6:return n&&"MongoError"===n.name&&"not master and slaveOk=false"===n.message?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - Quitting NodeJS - "+this._serverConfig.CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))]):[3,8]:[3,9];case 7:e.sent(),e.label=8;case 8:return process.exit(1),[3,10];case 9:n&&"StatusError"!==n.name&&""!==n.message&&60<r&&!this._lastErrorMsg&&(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - "+this._serverConfig.CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))),e.label=10;case 10:return[2]}})})}),process.on("uncaughtException",function(t){return __awaiter(a,void 0,void 0,function(){var r=this;return __generator(this,function(e){switch(e.label){case 0:return(console.error(t,"Uncaught Exception thrown"),60<moment().diff(this._serverStartTime,"seconds")&&!this._lastErrorMsg)?(this._lastErrorMsg=new Date,setTimeout(function(){r._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Exception - "+this._serverConfig.CLIENT_NAME,JSON.stringify([t.name,t.message,t.stack],null,2))]):[3,2];case 1:e.sent(),e.label=2;case 2:return[2]}})})}),process.on("SIGINT",function(){a._rebootFlag=!0,a._serverHTTP&&a._serverHTTP.close(),a.safeShutdown()}),process.on("SIGTERM",function(){a._rebootFlag=!0,a._serverHTTP&&a._serverHTTP.close(),a.safeShutdown()}),process.on("SIGQUIT",function(){a._rebootFlag=!0,a._serverHTTP&&a._serverHTTP.close(),a.safeShutdown()}),"DEBUG"===this.LOGGER&&console.log("Starting ResolveIO Server"),this._isWorkersEnabled?this._isWorkerInstance?(console.log("Running as a Worker instance"),this._methodManager=new method_manager_1.MethodManager(this,this._serverConfig,this._clientDir,this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._cronManager=new cron_manager_1.CronManager(this),this.startWorkerInstance()):(console.log("Running as a Server instance"),this._websocketManager=new websocket_manager_1.WebSocketManager(this),this.startServerInstance(r),this._methodManager=new method_manager_1.MethodManager(this,this._serverConfig,this._clientDir,this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._subscriptionManager=new subscription_manager_1.SubscriptionManager(this,this._serverWSS,this._serverConfig,this._monitorManagerFunction),this.listen()):(console.log("Running with Workers Disabled"),this._websocketManager=new websocket_manager_1.WebSocketManager(this),this.startServerInstance(r),this._methodManager=new method_manager_1.MethodManager(this,this._serverConfig,this._clientDir,this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._subscriptionManager=new subscription_manager_1.SubscriptionManager(this,this._serverWSS,this._serverConfig,this._monitorManagerFunction),this._cronManager=new cron_manager_1.CronManager(this),this.listen())}return ResolveIOMainServer.prototype.startServerInstance=function(e){this._app=express(),this._app.use(bodyParser.json({limit:"50mb",reviver:common_1.dateReviver})),this._app.use(bodyParser.urlencoded({limit:"50mb",extended:!0,parameterLimit:1e6})),this._app.use(xmlParser()),this._portHTTP=process.env.PORT_HTTP||e.PORT_HTTP||8080,this._portWSS=process.env.PORT_WSS||e.PORT_WSS||8081,"DEBUG"===this.LOGGER&&console.log("Setup ports"),this.createServer(),"DEBUG"===this.LOGGER&&console.log("Create server"),this._app.use(function(e,r,t){r.setHeader("Access-Control-Allow-Origin","*"),r.setHeader("Access-Control-Allow-Methods","GET, POST"),r.setHeader("Access-Control-Allow-Headers","X-Requested-With,content-type"),r.setHeader("Access-Control-Allow-Credentials","false"),t()}),"DEBUG"===this.LOGGER&&console.log("Setup cors"),(0,auth_1.setupAuthRoutes)(this,this._app,e),(0,health_1.setupHealthRoutes)(this._app,e),"ResolveIO"!==e.CLIENT_NAME&&!this.standardProgram||(0,home_1.setupHomeRoutes)(this,this._app,e),"DEBUG"===this.LOGGER&&console.log("Setup express routes")},ResolveIOMainServer.prototype.startWorkerInstance=function(){return __awaiter(this,void 0,void 0,function(){var r,t,n,s,o,i,a,c=this;return __generator(this,function(e){switch(e.label){case 0:return console.log("Worker instance started, watching worker-task-reqs..."),(r=worker_task_request_collection_1.WorkerTaskRequests.watchCollection([{$match:{"fullDocument.status":"pending"}}],{fullDocument:"updateLookup"})).on("change",function(s){return __awaiter(c,void 0,void 0,function(){var r,t,n=this;return __generator(this,function(e){return"insert"===s.operationType?(r=s.fullDocument)&&setTimeout(function(){n.processTask(r)},25*this._workerTasks.length):"update"===s.operationType&&(t=s.fullDocument)&&"pending"===t.status&&setTimeout(function(){n.processTask(t)},25*this._workerTasks.length),[2]})})}),r.on("error",function(e){console.error("Error in change stream worker task requests:",e),r&&r.close()}),r.on("close",function(){console.log("Change stream worker task requests closed. Restarting..."),setTimeout(function(){return c.startWorkerInstance()},5e3)}),[4,worker_task_request_collection_1.WorkerTaskRequests.find({status:"pending"},{sort:{createdAt:1}})];case 1:t=e.sent();try{for(n=__values(t),s=n.next();!s.done;s=n.next())o=s.value,this.processTask(o)}catch(e){i={error:e}}finally{try{s&&!s.done&&(a=n.return)&&a.call(n)}finally{if(i)throw i.error}}return[2]}})})},ResolveIOMainServer.prototype.processTask=function(s){return __awaiter(this,void 0,void 0,function(){var r=this;return __generator(this,function(e){return this._workerTasks.includes(s._id)||worker_task_request_collection_1.WorkerTaskRequests.updateOne({_id:s._id,status:"pending"},{$set:{status:"processing"}}).then(function(n){return __awaiter(r,void 0,void 0,function(){var r,t;return __generator(this,function(e){switch(e.label){case 0:if(!n)return[3,5];this._workerTasks.push(s._id),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,(t=this._methodManager.callMethodInternal).call.apply(t,__spreadArray([Object.assign({},this._methodManager,method_manager_1.MethodManager.prototype,{id_user:s.id_user,user:s.user,id_ws:s.id_ws}),s.method],__read(s.params),!1))];case 2:return t=e.sent(),worker_task_response_collection_1.WorkerTaskResponses.create({id_request:s._id,has_error:!1,data:t,id_user:s.id_user,user:s.user,id_ws:s.id_ws}),[3,4];case 3:return r=e.sent(),console.error("Worker failed to process task:",s._id,r),worker_task_response_collection_1.WorkerTaskResponses.create({id_request:s._id,has_error:!0,data:r.message,id_user:s.id_user,user:s.user,id_ws:s.id_ws}),[3,4];case 4:this._workerTasks.includes(s._id)&&this._workerTasks.splice(this._workerTasks.indexOf(s._id),1),worker_task_request_collection_1.WorkerTaskRequests.updateOne({_id:s._id},{$set:{status:"complete"}}),e.label=5;case 5:return[2]}})})},function(){}),[2]})})},ResolveIOMainServer.prototype.safeShutdown=function(){var e=this;this._safeShutdown||console.log(new Date,"Safe Shutdown Command Received"),this._monitorManagerFunction.getActiveMonitorFunctions().length||this._offlineUpdates.length?(this._safeShutdown||(this._safeShutdown=!0,setTimeout(function(){e._safeShutdown=!1},1e3),console.log(new Date,"Safe Exit In Progress",this._monitorManagerFunction.getActiveMonitorFunctions().length,this._offlineUpdates.length)),setImmediate(function(){e.safeShutdown()})):index_1.ResolveIOServer.getMongoConnection()?index_1.ResolveIOServer.getMongoConnection().close(!1).then(function(){console.log(new Date,"Safe Exit Complete, Process Exit"),process.exit(0)},function(){process.exit(1)}):process.exit(0)},ResolveIOMainServer.prototype.getIsWorkersEnabled=function(){return this._isWorkersEnabled},ResolveIOMainServer.prototype.getIsWorkerInstance=function(){return this._isWorkerInstance},ResolveIOMainServer.prototype.getWSList=function(){var r=[];return this._serverWSS.clients.forEach(function(e){r.push(e.id_socket)}),r},ResolveIOMainServer.prototype.getWSUserList=function(){var r=[];return this._serverWSS.clients.forEach(function(e){r.push(e.id_user)}),r},ResolveIOMainServer.prototype.getHTTPServer=function(){return this._serverHTTP},ResolveIOMainServer.prototype.getCronManager=function(){return this._cronManager},ResolveIOMainServer.prototype.getMethodManager=function(){return this._methodManager},ResolveIOMainServer.prototype.getSubscriptionManager=function(){return this._subscriptionManager},ResolveIOMainServer.prototype.getMonitorManager=function(){return this._monitorManager},ResolveIOMainServer.prototype.getRebootFlag=function(){return this._rebootFlag},ResolveIOMainServer.prototype.getWebSocketManager=function(){return this._websocketManager},ResolveIOMainServer.prototype.createServer=function(){var e=this;this._serverHTTP=(0,http_1.createServer)(this._app),this._serverHTTP.keepAliveTimeout=65e3,this._serverHTTP.headersTimeout=66e3,this._serverWSS=new WebSocket.Server({port:this._portWSS,verifyClient:this.publicProgram?null:function(o,i){return __awaiter(e,void 0,void 0,function(){var r,s=this;return __generator(this,function(e){return this._rebootFlag?i(!1,409,"Unable To Process"):("DEBUG"===this.LOGGER&&console.log("Verify Client",o,i),r=o.req.headers["sec-websocket-protocol"].split(/,/),(o.origin===this._serverConfig.ROOT_URL||o.origin===this._serverConfig.SEC_ROOT_URL||o.origin===this._serverConfig.RESOLVEIO_URL||o.origin===this._serverConfig.RESOLVEIO_SECONDARY_URL)&&(r=r[0])?jwt.verify(r,this._serverConfig.JWT_SECRET,function(t,n){return __awaiter(s,void 0,void 0,function(){var r;return __generator(this,function(e){switch(e.label){case 0:return t?(i(!1,401,"Unauthorized"),[3,5]):[3,1];case 1:o.req.id_user=n.id_user,e.label=2;case 2:return e.trys.push([2,4,,5]),[4,user_collection_1.Users.findById(n.id_user)];case 3:return(r=e.sent())?(o.req.user=r.fullname,o.req.user_readonly=r.readonly||!1,o.req.doc_user=r,i(!0)):i(!1),[3,5];case 4:return e.sent(),i(!1),[3,5];case 5:return[2]}})})}):i(!1,401,"Unauthorized")),[2]})})}})},ResolveIOMainServer.prototype.listen=function(){var t=this;this._serverHTTP.listen(this._portHTTP,function(){console.log("Running server on port %s",t._portHTTP)}),this._serverWSS.on("listening",function(){console.log("Running server on port %s",t._portWSS)}),this._serverWSS.on("connection",function(u,e){t.publicProgram||(u.id_user=e.id_user,u.user=e.user,u.user_readonly=e.user_readonly,u.doc_user=e.doc_user,"Admin"!==u.user&&"ResolveIO"!==t._serverConfig.CLIENT_NAME&&t.getMethodManager().callMethodInternal.call(t.getMethodManager(),"supportCreateBillingUser",{id_user:u.id_user,user:u.user,date:new Date,client:index_1.ResolveIOServer.getClientName()})),u.id_socket=(0,mongo_manager_1.objectIdHexString)(),u.retryCnt=0,t._websocketManager.addWebSocket(u),t._subscriptionManager.createLoggedInUser(u.id_socket).then(function(){setTimeout(function(){u.pingTime=new Date,u.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(u))})},5e3)}),"DEBUG"===t.LOGGER&&console.log("Connection from: "+e.user),u.isAlive=!0,u.on("message",function(c){return __awaiter(t,void 0,void 0,function(){var r,t,n,s,o,i,a=this;return __generator(this,function(e){switch(e.label){case 0:"DEBUG"===this.LOGGER&&console.log("Message from: "+u.user,c),this._debugMsgRecv+=1,s=!1,r=[];try{r=JSON.parse(c,common_1.dateReviver)}catch(e){console.log("Error - JSON.parse",c),this._methodManager.sendEmail("dev@resolveio.com","SERVER - JSON Parse Error - "+this._serverConfig.CLIENT_NAME,JSON.stringify([c,e])),s=!0}if(s)return[3,8];if("string"==typeof r&&"ping"===r)u&&u.readyState===u.OPEN&&u.send("pong",function(e){e&&(a._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Pong"),a.unsubscribeWS(u))});else if("string"==typeof r&&"pong"===r)u.isAlive=!0,u.pongTime=new Date,u.latency=moment.duration(moment(u.pongTime).diff(u.pingTime)).asMilliseconds(),this._subscriptionManager.loggedInLatency(u);else{if(Array.isArray(r[0]))return[3,1];console.log("Invalid message format, expected array:",r)}return[2];case 1:e.trys.push([1,6,7,8]),t=__values(r),n=t.next(),e.label=2;case 2:return n.done?[3,5]:(s=n.value,[4,this.processSocketMessage(u,s)]);case 3:e.sent(),e.label=4;case 4:return n=t.next(),[3,2];case 5:return[3,8];case 6:return o=e.sent(),o={error:o},[3,8];case 7:try{n&&!n.done&&(i=t.return)&&i.call(t)}finally{if(o)throw o.error}return[7];case 8:return[2]}})})}).on("end",function(){t.unsubscribeWS(u),t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","WS End")}).on("close",function(){t.unsubscribeWS(u),t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","WS Close")}).on("error",function(e){t.unsubscribeWS(u),t._subscriptionManager.getEnableDebug()&&console.log(new Date,u.user,u.id_socket,"WS Error")})}),setInterval(function(){t._serverWSS.clients.forEach(function(r){r.pingTime&&2e4<=Date.now()-r.pingTime.getTime()&&(!1===r.isAlive?(r.retryCnt++,3<=r.retryCnt?t.unsubscribeWS(r):(r.pingTime=new Date,r.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(r))}))):(r.retryCnt=0,r.isAlive=!1,r.pingTime=new Date,r.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(r))})))})},2e4)},ResolveIOMainServer.prototype.processSocketMessage=function(m,v){return __awaiter(this,void 0,void 0,function(){var r,t,n,s,o,i,a,c,u,l,_,g,h,d,p,f;return __generator(this,function(e){switch(e.label){case 0:return(r=v[0],this.publicProgram||!this._clientRoutes.some(function(e){return r.includes(e)})||m.doc_user.roles.groups.some(function(e){return e.views.some(function(e){return r.includes(e)||e.includes(r)})})||m.doc_user.roles.super_admin)?(a=v[1],t=v[2],"subscription"!==(n=v[3])?[3,1]:(i=v[4],c=v[5],"sub"===i?this._subscriptionManager.subscribe(r,a,m,t,c,v.slice(6)):this._subscriptionManager.unsubscribe(r,a,m,t,c,v.slice(6)),[3,11])):[2];case 1:if(this.publicProgram||"offline"!==n)return[3,10];d={messageId:t,hasError:!1,data:"ACK"},m&&m.readyState===m.OPEN&&this._websocketManager.send(m,d),this._offlineUpdates.push(m),s=v[4],o=0,e.label=2;case 2:if(!(o<s.length))return[3,9];if(i=s[o],u=i.data,u.shift(),u.shift(),a=u.shift(),u.shift(),g=u.shift(),h=(0,mongo_manager_1.objectIdHexString)(),c={messageId:a,hasError:!1,data:"ACK"},m&&m.readyState===m.OPEN&&this._websocketManager.send(m,c),"insertDocument"===g&&"driver-gps"===u[0])return[3,8];if(log_method_latency_collection_1.LogMethodLatencies.create({_id:h,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}),"reportBuilderGetResults"!==g&&"reportBuilderGetDistinctValue"!==g&&"reportBuilderBuildTree"!==g&&"generatePDF"!==g&&"getWOOfflineData"!==g&&"countQuery"!==g&&"countWithQuery"!==g&&"countCollectionWithQuery"!==g&&"find"!==g&&"findOne"!==g&&"findWithOptions"!==g&&"getDrivers"!==g&&"processAirdropDistribution"!==g&&log_collection_1.Logs.insertOne({_id:(0,mongo_manager_1.objectIdHexString)(),type:"client-request",collection:"",id_document:"",payload:(0,common_1.getBinarySize)(JSON.stringify(u))<2e5?JSON.stringify(u,null,2):"Too Big",method:g,id_user:m.id_user||"",user:m.user||"",messageId:t,route:r}),!this._methodManager._methods[g])return[3,7];e.label=3;case 3:return e.trys.push([3,5,,6]),[4,(p=this._methodManager.callMethodInternal).call.apply(p,__spreadArray([Object.assign({},this._methodManager,method_manager_1.MethodManager.prototype,{id_user:m.id_user,user:m.user,id_ws:m.id_socket}),g],__read(u),!1))];case 4:return e.sent(),[3,6];case 5:return p=e.sent(),console.log(new Date,"Offline Error",JSON.stringify(p,null,2)),[3,6];case 6:return"updateDocumentOffline"!==g&&"updateDocumentPropsOffline"!==g||index_1.ResolveIOServer.getMongoManager().invalidateQueryCache(u[0]),[3,8];case 7:console.log("Offline - Could not find method: "+g),e.label=8;case 8:return o++,[3,2];case 9:return this._offlineUpdates.splice(this._offlineUpdates.map(function(e){return e.id_socket}).indexOf(m.id_socket),1),[3,11];case 10:if(u=__spreadArray([],__read(v),!1),f=u.shift(),l=u.shift(),_=u.shift(),"method"===u.shift()){if(g=u.shift(),m.user_readonly)return[2];h=(0,mongo_manager_1.objectIdHexString)(),log_method_latency_collection_1.LogMethodLatencies.create({_id:h,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}),"reportBuilderGetResults"!==g&&"reportBuilderGetDistinctValue"!==g&&"reportBuilderBuildTree"!==g&&"generatePDF"!==g&&"getWOOfflineData"!==g&&"countQuery"!==g&&"countWithQuery"!==g&&"countCollectionWithQuery"!==g&&"find"!==g&&"findOne"!==g&&"findWithOptions"!==g&&"getDrivers"!==g&&"processAirdropDistribution"!==g&&log_collection_1.Logs.insertOne({_id:(0,mongo_manager_1.objectIdHexString)(),type:"client-request",collection:"",id_document:"",payload:(0,common_1.getBinarySize)(JSON.stringify(u))<2e5?JSON.stringify(u,null,2):"Too Big",method:g,id_user:m.id_user||"",user:m.user||"",messageId:_,route:f}),d={messageId:_,hasError:!1,data:"ACK"},m&&m.readyState===m.OPEN&&this._websocketManager.send(m,d),this._methodManager._methods[g]?(f=this._methodManager).callMethod.apply(f,__spreadArray([h,m,l,_,g],__read(u),!1)):console.log("Could not find method: "+g)}e.label=11;case 11:return[2]}})})},ResolveIOMainServer.prototype.unsubscribeWS=function(e){this._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Unsub WS",e.user,e.id_socket),this._subscriptionManager.unsubscribeAll(e),e.removeAllListeners()},ResolveIOMainServer.prototype.getApp=function(){return this._app},ResolveIOMainServer.prototype.getServerConfig=function(){return this._serverConfig},ResolveIOMainServer}();exports.default=ResolveIOMainServer;
1
+ "use strict";var __awaiter=this&&this.__awaiter||function(e,n,o,s){return new(o=o||Promise)(function(t,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s.throw(e))}catch(e){r(e)}}function step(e){var r;e.done?t(e.value):((r=e.value)instanceof o?r:new o(function(e){e(r)})).then(fulfilled,rejected)}step((s=s.apply(e,n||[])).next())})},__generator=this&&this.__generator||function(n,o){var s,i,a,l={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},c={next:verb(0),throw:verb(1),return:verb(2)};return"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function verb(t){return function(e){var r=[t,e];if(s)throw new TypeError("Generator is already executing.");for(;l=c&&r[c=0]?0:l;)try{if(s=1,i&&(a=2&r[0]?i.return:r[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,r[1])).done)return a;switch(i=0,(r=a?[2&r[0],a.value]:r)[0]){case 0:case 1:a=r;break;case 4:return l.label++,{value:r[1],done:!1};case 5:l.label++,i=r[1],r=[0];continue;case 7:r=l.ops.pop(),l.trys.pop();continue;default:if(!(a=0<(a=l.trys).length&&a[a.length-1])&&(6===r[0]||2===r[0])){l=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3]))l.label=r[1];else if(6===r[0]&&l.label<a[1])l.label=a[1],a=r;else{if(!(a&&l.label<a[2])){a[2]&&l.ops.pop(),l.trys.pop();continue}l.label=a[2],l.ops.push(r)}}r=o.call(n,l)}catch(e){r=[6,e],i=0}finally{s=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}}},__values=this&&this.__values||function(e){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&e[r],n=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return{value:(e=e&&n>=e.length?void 0:e)&&e[n++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")},__read=this&&this.__read||function(e,r){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var n,o,s=t.call(e),i=[];try{for(;(void 0===r||0<r--)&&!(n=s.next()).done;)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(t=s.return)&&t.call(s)}finally{if(o)throw o.error}}return i},__spreadArray=this&&this.__spreadArray||function(e,r,t){if(t||2===arguments.length)for(var n,o=0,s=r.length;o<s;o++)!n&&o in r||((n=n||Array.prototype.slice.call(r,0,o))[o]=r[o]);return e.concat(n||Array.prototype.slice.call(r))},http_1=(Object.defineProperty(exports,"__esModule",{value:!0}),require("http")),express=require("express"),bodyParser=require("body-parser"),xmlParser=require("express-xml-bodyparser"),WebSocket=require("ws"),jwt=require("jsonwebtoken"),moment=require("moment-timezone"),common_1=require("./util/common"),mongo_manager_1=require("./managers/mongo.manager"),cron_manager_1=require("./managers/cron.manager"),method_manager_1=require("./managers/method.manager"),subscription_manager_1=require("./managers/subscription.manager"),monitor_manager_1=require("./managers/monitor.manager"),log_collection_1=require("./collections/log.collection"),log_method_latency_collection_1=require("./collections/log-method-latency.collection"),user_collection_1=require("./collections/user.collection"),home_1=require("./http/home"),auth_1=require("./http/auth"),health_1=require("./http/health"),index_1=require("./index"),mongodb_1=require("mongodb"),worker_task_request_collection_1=require("./collections/worker-task-request.collection"),worker_task_response_collection_1=require("./collections/worker-task-response.collection"),websocket_manager_1=require("./managers/websocket.manager"),ResolveIOMainServer=function(){function ResolveIOMainServer(){var e=this;this._offlineUpdates=[],this.sesMail=!1,this.standardProgram=!1,this.publicProgram=!1,this._rebootFlag=!1,this.LOGGER="ERROR",this._clientRoutes=[],this._lastErrorMsg=null,this._debugMsgRecv=0,this._debugMsgQueue=0,this._isWorkersEnabled=!1,this._isWorkerInstance=!1,this._workerTasks=[],this._safeShutdown=!1,this._serverStartTime=new Date,this._lastErrorMsg=null,this._monitorManager=new monitor_manager_1.MonitorManager,this._monitorManagerFunction=new monitor_manager_1.MonitorManagerFunction,this._isWorkersEnabled="true"===process.env.IS_WORKERS_ENABLED,this._isWorkerInstance="true"===process.env.IS_WORKER_INSTANCE,setInterval(function(){e._subscriptionManager&&e._subscriptionManager.getEnableDebug()&&(console.log(new Date,"Server App","Msg Recv Hits",e._debugMsgRecv),console.log(new Date,"Server App","Msg Queue Hits",e._debugMsgQueue)),e._debugMsgQueue=0,e._debugMsgRecv=0},6e4),process.on("unhandledRejection",function(n,o){return __awaiter(e,void 0,void 0,function(){var r,t=this;return __generator(this,function(e){switch(e.label){case 0:return n&&"MongoError"===n.name&&48===n.code?[2]:(console.error(new Date,"Unhandled Rejection at Promise",[n,o]),r=moment().diff(this._serverStartTime,"seconds"),n&&("MongoNetworkTimeoutError"===n.name||n instanceof mongodb_1.MongoNetworkTimeoutError)?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - MongoNetworkTimeoutError - Quitting NodeJS - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify({name:n.name,message:n.message,stack:n.stack},null,2))]):[3,2]:[3,3]);case 1:e.sent(),process.exit(1),e.label=2;case 2:return[3,10];case 3:return n&&"MongoError"===n.name&&"not master"===n.message?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - Quitting NodeJS - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))]):[3,5]:[3,6];case 4:e.sent(),e.label=5;case 5:return process.exit(1),[3,10];case 6:return n&&"MongoError"===n.name&&"not master and slaveOk=false"===n.message?60<r&&!this._lastErrorMsg?(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - Quitting NodeJS - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))]):[3,8]:[3,9];case 7:e.sent(),e.label=8;case 8:return process.exit(1),[3,10];case 9:n&&"StatusError"!==n.name&&""!==n.message&&60<r&&!this._lastErrorMsg&&(this._lastErrorMsg=new Date,setTimeout(function(){t._lastErrorMsg=null},6e4),this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Rejection - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify([n.name,n.message,n.stack],null,2))),e.label=10;case 10:return[2]}})})}),process.on("uncaughtException",function(t){return __awaiter(e,void 0,void 0,function(){var r=this;return __generator(this,function(e){switch(e.label){case 0:return(console.error(t,"Uncaught Exception thrown"),60<moment().diff(this._serverStartTime,"seconds")&&!this._lastErrorMsg)?(this._lastErrorMsg=new Date,setTimeout(function(){r._lastErrorMsg=null},6e4),[4,this._methodManager.sendEmail("dev@resolveio.com","SERVER - Unhandled Exception - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify([t.name,t.message,t.stack],null,2))]):[3,2];case 1:e.sent(),e.label=2;case 2:return[2]}})})}),process.on("SIGINT",function(){e._rebootFlag=!0,e._serverHTTP&&e._serverHTTP.close(),e.safeShutdown()}),process.on("SIGTERM",function(){e._rebootFlag=!0,e._serverHTTP&&e._serverHTTP.close(),e.safeShutdown()}),process.on("SIGQUIT",function(){e._rebootFlag=!0,e._serverHTTP&&e._serverHTTP.close(),e.safeShutdown()}),"DEBUG"===this.LOGGER&&console.log("Starting ResolveIO Server"),this._isWorkersEnabled?this._isWorkerInstance?(console.log("Running as a Worker instance"),this._methodManager=new method_manager_1.MethodManager(this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._cronManager=new cron_manager_1.CronManager,this.startWorkerInstance()):(console.log("Running as a Server instance"),this._websocketManager=new websocket_manager_1.WebSocketManager(this),this.startServerInstance(),this._methodManager=new method_manager_1.MethodManager(this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._subscriptionManager=new subscription_manager_1.SubscriptionManager(this._serverWSS,index_1.ResolveIOServer.getServerConfig(),this._monitorManagerFunction),this.listen()):(console.log("Running with Workers Disabled"),this._websocketManager=new websocket_manager_1.WebSocketManager(this),this.startServerInstance(),this._methodManager=new method_manager_1.MethodManager(this._monitorManagerFunction,this._isWorkersEnabled,this._isWorkerInstance),this._subscriptionManager=new subscription_manager_1.SubscriptionManager(this._serverWSS,index_1.ResolveIOServer.getServerConfig(),this._monitorManagerFunction),this._cronManager=new cron_manager_1.CronManager,this.listen())}return ResolveIOMainServer.prototype.startServerInstance=function(){this._app=express(),this._app.use(bodyParser.json({limit:"50mb",reviver:common_1.dateReviver})),this._app.use(bodyParser.urlencoded({limit:"50mb",extended:!0,parameterLimit:1e6})),this._app.use(xmlParser()),this._portHTTP=process.env.PORT_HTTP||index_1.ResolveIOServer.getServerConfig().PORT_HTTP||8080,this._portWSS=process.env.PORT_WSS||index_1.ResolveIOServer.getServerConfig().PORT_WSS||8081,"DEBUG"===this.LOGGER&&console.log("Setup ports"),this.createServer(),"DEBUG"===this.LOGGER&&console.log("Create server"),this._app.use(function(e,r,t){r.setHeader("Access-Control-Allow-Origin","*"),r.setHeader("Access-Control-Allow-Methods","GET, POST"),r.setHeader("Access-Control-Allow-Headers","X-Requested-With,content-type"),r.setHeader("Access-Control-Allow-Credentials","false"),t()}),"DEBUG"===this.LOGGER&&console.log("Setup cors"),(0,auth_1.setupAuthRoutes)(this,this._app,index_1.ResolveIOServer.getServerConfig()),(0,health_1.setupHealthRoutes)(this._app,index_1.ResolveIOServer.getServerConfig()),"ResolveIO"!==index_1.ResolveIOServer.getServerConfig().CLIENT_NAME&&!this.standardProgram||(0,home_1.setupHomeRoutes)(this,this._app,index_1.ResolveIOServer.getServerConfig()),"DEBUG"===this.LOGGER&&console.log("Setup express routes")},ResolveIOMainServer.prototype.startWorkerInstance=function(){return __awaiter(this,void 0,void 0,function(){var r,t,n,o,s,i,a,l=this;return __generator(this,function(e){switch(e.label){case 0:return console.log("Worker instance started, watching worker-task-reqs..."),(r=worker_task_request_collection_1.WorkerTaskRequests.watchCollection([{$match:{"fullDocument.status":"pending"}}],{fullDocument:"updateLookup"})).on("change",function(o){return __awaiter(l,void 0,void 0,function(){var r,t,n=this;return __generator(this,function(e){return"insert"===o.operationType?(r=o.fullDocument)&&setTimeout(function(){n.processTask(r)},25*this._workerTasks.length):"update"===o.operationType&&(t=o.fullDocument)&&"pending"===t.status&&setTimeout(function(){n.processTask(t)},25*this._workerTasks.length),[2]})})}),r.on("error",function(e){console.error("Error in change stream worker task requests:",e),r&&r.close()}),r.on("close",function(){console.log("Change stream worker task requests closed. Restarting..."),setTimeout(function(){return l.startWorkerInstance()},5e3)}),[4,worker_task_request_collection_1.WorkerTaskRequests.find({status:"pending"},{sort:{createdAt:1}})];case 1:t=e.sent();try{for(n=__values(t),o=n.next();!o.done;o=n.next())s=o.value,this.processTask(s)}catch(e){i={error:e}}finally{try{o&&!o.done&&(a=n.return)&&a.call(n)}finally{if(i)throw i.error}}return[2]}})})},ResolveIOMainServer.prototype.processTask=function(o){return __awaiter(this,void 0,void 0,function(){var r=this;return __generator(this,function(e){return this._workerTasks.includes(o._id)||worker_task_request_collection_1.WorkerTaskRequests.updateOne({_id:o._id,status:"pending"},{$set:{status:"processing"}}).then(function(n){return __awaiter(r,void 0,void 0,function(){var r,t;return __generator(this,function(e){switch(e.label){case 0:if(!n)return[3,5];this._workerTasks.push(o._id),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,(t=this._methodManager.callMethodInternal).call.apply(t,__spreadArray([Object.assign({},this._methodManager,method_manager_1.MethodManager.prototype,{id_user:o.id_user,user:o.user,id_ws:o.id_ws}),o.method],__read(o.params),!1))];case 2:return t=e.sent(),worker_task_response_collection_1.WorkerTaskResponses.create({id_request:o._id,has_error:!1,data:t,id_user:o.id_user,user:o.user,id_ws:o.id_ws}),[3,4];case 3:return r=e.sent(),console.error("Worker failed to process task:",o._id,r),worker_task_response_collection_1.WorkerTaskResponses.create({id_request:o._id,has_error:!0,data:r.message,id_user:o.id_user,user:o.user,id_ws:o.id_ws}),[3,4];case 4:this._workerTasks.includes(o._id)&&this._workerTasks.splice(this._workerTasks.indexOf(o._id),1),worker_task_request_collection_1.WorkerTaskRequests.updateOne({_id:o._id},{$set:{status:"complete"}}),e.label=5;case 5:return[2]}})})},function(){}),[2]})})},ResolveIOMainServer.prototype.safeShutdown=function(){var e=this;this._safeShutdown||console.log(new Date,"Safe Shutdown Command Received"),this._monitorManagerFunction.getActiveMonitorFunctions().length||this._offlineUpdates.length?(this._safeShutdown||(this._safeShutdown=!0,setTimeout(function(){e._safeShutdown=!1},1e3),console.log(new Date,"Safe Exit In Progress",this._monitorManagerFunction.getActiveMonitorFunctions().length,this._offlineUpdates.length)),setImmediate(function(){e.safeShutdown()})):index_1.ResolveIOServer.getMongoConnection()?index_1.ResolveIOServer.getMongoConnection().close(!1).then(function(){console.log(new Date,"Safe Exit Complete, Process Exit"),process.exit(0)},function(){process.exit(1)}):process.exit(0)},ResolveIOMainServer.prototype.getIsWorkersEnabled=function(){return this._isWorkersEnabled},ResolveIOMainServer.prototype.getIsWorkerInstance=function(){return this._isWorkerInstance},ResolveIOMainServer.prototype.getWSList=function(){var r=[];return this._serverWSS.clients.forEach(function(e){r.push(e.id_socket)}),r},ResolveIOMainServer.prototype.getWSUserList=function(){var r=[];return this._serverWSS.clients.forEach(function(e){r.push(e.id_user)}),r},ResolveIOMainServer.prototype.getHTTPServer=function(){return this._serverHTTP},ResolveIOMainServer.prototype.getCronManager=function(){return this._cronManager},ResolveIOMainServer.prototype.getMethodManager=function(){return this._methodManager},ResolveIOMainServer.prototype.getSubscriptionManager=function(){return this._subscriptionManager},ResolveIOMainServer.prototype.getMonitorManager=function(){return this._monitorManager},ResolveIOMainServer.prototype.getRebootFlag=function(){return this._rebootFlag},ResolveIOMainServer.prototype.getWebSocketManager=function(){return this._websocketManager},ResolveIOMainServer.prototype.createServer=function(){var e=this;this._serverHTTP=(0,http_1.createServer)(this._app),this._serverHTTP.keepAliveTimeout=65e3,this._serverHTTP.headersTimeout=66e3,this._serverWSS=new WebSocket.Server({port:this._portWSS,verifyClient:this.publicProgram?null:function(s,i){return __awaiter(e,void 0,void 0,function(){var r,o=this;return __generator(this,function(e){return this._rebootFlag?i(!1,409,"Unable To Process"):("DEBUG"===this.LOGGER&&console.log("Verify Client",s,i),r=s.req.headers["sec-websocket-protocol"].split(/,/),(s.origin===index_1.ResolveIOServer.getServerConfig().ROOT_URL||s.origin===index_1.ResolveIOServer.getServerConfig().SEC_ROOT_URL||s.origin===index_1.ResolveIOServer.getServerConfig().RESOLVEIO_URL||s.origin===index_1.ResolveIOServer.getServerConfig().RESOLVEIO_SECONDARY_URL)&&(r=r[0])?jwt.verify(r,index_1.ResolveIOServer.getServerConfig().JWT_SECRET,function(t,n){return __awaiter(o,void 0,void 0,function(){var r;return __generator(this,function(e){switch(e.label){case 0:return t?(i(!1,401,"Unauthorized"),[3,5]):[3,1];case 1:s.req.id_user=n.id_user,e.label=2;case 2:return e.trys.push([2,4,,5]),[4,user_collection_1.Users.findById(n.id_user)];case 3:return(r=e.sent())?(s.req.user=r.fullname,s.req.user_readonly=r.readonly||!1,s.req.doc_user=r,i(!0)):i(!1),[3,5];case 4:return e.sent(),i(!1),[3,5];case 5:return[2]}})})}):i(!1,401,"Unauthorized")),[2]})})}})},ResolveIOMainServer.prototype.listen=function(){var t=this;this._serverHTTP.listen(this._portHTTP,function(){console.log("Running server on port %s",t._portHTTP)}),this._serverWSS.on("listening",function(){console.log("Running server on port %s",t._portWSS)}),this._serverWSS.on("connection",function(c,e){t.publicProgram||(c.id_user=e.id_user,c.user=e.user,c.user_readonly=e.user_readonly,c.doc_user=e.doc_user,"Admin"!==c.user&&"ResolveIO"!==index_1.ResolveIOServer.getServerConfig().CLIENT_NAME&&t.getMethodManager().callMethodInternal.call(t.getMethodManager(),"supportCreateBillingUser",{id_user:c.id_user,user:c.user,date:new Date,client:index_1.ResolveIOServer.getClientName()})),c.id_socket=(0,mongo_manager_1.objectIdHexString)(),c.retryCnt=0,t._websocketManager.addWebSocket(c),t._subscriptionManager.createLoggedInUser(c.id_socket).then(function(){setTimeout(function(){c.pingTime=new Date,c.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(c))})},5e3)}),"DEBUG"===t.LOGGER&&console.log("Connection from: "+e.user),c.isAlive=!0,c.on("message",function(l){return __awaiter(t,void 0,void 0,function(){var r,t,n,o,s,i,a=this;return __generator(this,function(e){switch(e.label){case 0:"DEBUG"===this.LOGGER&&console.log("Message from: "+c.user,l),this._debugMsgRecv+=1,o=!1,r=[];try{r=JSON.parse(l,common_1.dateReviver)}catch(e){console.log("Error - JSON.parse",l),this._methodManager.sendEmail("dev@resolveio.com","SERVER - JSON Parse Error - "+index_1.ResolveIOServer.getServerConfig().CLIENT_NAME,JSON.stringify([l,e])),o=!0}if(o)return[3,8];if("string"==typeof r&&"ping"===r)c&&c.readyState===c.OPEN&&c.send("pong",function(e){e&&(a._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Pong"),a.unsubscribeWS(c))});else if("string"==typeof r&&"pong"===r)c.isAlive=!0,c.pongTime=new Date,c.latency=moment.duration(moment(c.pongTime).diff(c.pingTime)).asMilliseconds(),this._subscriptionManager.loggedInLatency(c);else{if(Array.isArray(r[0]))return[3,1];console.log("Invalid message format, expected array:",r)}return[2];case 1:e.trys.push([1,6,7,8]),t=__values(r),n=t.next(),e.label=2;case 2:return n.done?[3,5]:(o=n.value,[4,this.processSocketMessage(c,o)]);case 3:e.sent(),e.label=4;case 4:return n=t.next(),[3,2];case 5:return[3,8];case 6:return s=e.sent(),s={error:s},[3,8];case 7:try{n&&!n.done&&(i=t.return)&&i.call(t)}finally{if(s)throw s.error}return[7];case 8:return[2]}})})}).on("end",function(){t.unsubscribeWS(c),t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","WS End")}).on("close",function(){t.unsubscribeWS(c),t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","WS Close")}).on("error",function(e){t.unsubscribeWS(c),t._subscriptionManager.getEnableDebug()&&console.log(new Date,c.user,c.id_socket,"WS Error")})}),setInterval(function(){t._serverWSS.clients.forEach(function(r){r.pingTime&&2e4<=Date.now()-r.pingTime.getTime()&&(!1===r.isAlive?(r.retryCnt++,3<=r.retryCnt?t.unsubscribeWS(r):(r.pingTime=new Date,r.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(r))}))):(r.retryCnt=0,r.isAlive=!1,r.pingTime=new Date,r.send("ping",function(e){e&&(t._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Error WS Ping"),t.unsubscribeWS(r))})))})},2e4)},ResolveIOMainServer.prototype.processSocketMessage=function(f,m){return __awaiter(this,void 0,void 0,function(){var r,t,n,o,s,i,a,l,c,u,_,g,d,h,p,v;return __generator(this,function(e){switch(e.label){case 0:return(r=m[0],this.publicProgram||!this._clientRoutes.some(function(e){return r.includes(e)})||f.doc_user.roles.groups.some(function(e){return e.views.some(function(e){return r.includes(e)||e.includes(r)})})||f.doc_user.roles.super_admin)?(a=m[1],t=m[2],"subscription"!==(n=m[3])?[3,1]:(i=m[4],l=m[5],"sub"===i?this._subscriptionManager.subscribe(r,a,f,t,l,m.slice(6)):this._subscriptionManager.unsubscribe(r,a,f,t,l,m.slice(6)),[3,11])):[2];case 1:if(this.publicProgram||"offline"!==n)return[3,10];h={messageId:t,hasError:!1,data:"ACK"},f&&f.readyState===f.OPEN&&this._websocketManager.send(f,h),this._offlineUpdates.push(f),o=m[4],s=0,e.label=2;case 2:if(!(s<o.length))return[3,9];if(i=o[s],c=i.data,c.shift(),c.shift(),a=c.shift(),c.shift(),g=c.shift(),d=(0,mongo_manager_1.objectIdHexString)(),l={messageId:a,hasError:!1,data:"ACK"},f&&f.readyState===f.OPEN&&this._websocketManager.send(f,l),"insertDocument"===g&&"driver-gps"===c[0])return[3,8];if("https://resolveio.com"!==index_1.ResolveIOServer.getServerConfig().ROOT_URL&&"http://localhost:4200"!==index_1.ResolveIOServer.getServerConfig().ROOT_URL?index_1.ResolveIOServer.getLocalLogManager().writeLog({type:"log-method-latency",date:new Date,data:{_id:d,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}}):log_method_latency_collection_1.LogMethodLatencies.create({_id:d,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}),"reportBuilderGetResults"!==g&&"reportBuilderGetDistinctValue"!==g&&"reportBuilderBuildTree"!==g&&"generatePDF"!==g&&"getWOOfflineData"!==g&&"countQuery"!==g&&"countWithQuery"!==g&&"countCollectionWithQuery"!==g&&"find"!==g&&"findOne"!==g&&"findWithOptions"!==g&&"getDrivers"!==g&&"processAirdropDistribution"!==g&&log_collection_1.Logs.insertOne({_id:(0,mongo_manager_1.objectIdHexString)(),type:"client-request",collection:"",id_document:"",payload:(0,common_1.getBinarySize)(JSON.stringify(c))<2e5?JSON.stringify(c,null,2):"Too Big",method:g,id_user:f.id_user||"",user:f.user||"",messageId:t,route:r}),!this._methodManager._methods[g])return[3,7];e.label=3;case 3:return e.trys.push([3,5,,6]),[4,(p=this._methodManager.callMethodInternal).call.apply(p,__spreadArray([Object.assign({},this._methodManager,method_manager_1.MethodManager.prototype,{id_user:f.id_user,user:f.user,id_ws:f.id_socket}),g],__read(c),!1))];case 4:return e.sent(),[3,6];case 5:return p=e.sent(),console.log(new Date,"Offline Error",JSON.stringify(p,null,2)),[3,6];case 6:return"updateDocumentOffline"!==g&&"updateDocumentPropsOffline"!==g||index_1.ResolveIOServer.getMongoManager().invalidateQueryCache(c[0]),[3,8];case 7:console.log("Offline - Could not find method: "+g),e.label=8;case 8:return s++,[3,2];case 9:return this._offlineUpdates.splice(this._offlineUpdates.map(function(e){return e.id_socket}).indexOf(f.id_socket),1),[3,11];case 10:if(c=__spreadArray([],__read(m),!1),v=c.shift(),u=c.shift(),_=c.shift(),"method"===c.shift()){if(g=c.shift(),f.user_readonly)return[2];d=(0,mongo_manager_1.objectIdHexString)(),"https://resolveio.com"!==index_1.ResolveIOServer.getServerConfig().ROOT_URL&&"http://localhost:4200"!==index_1.ResolveIOServer.getServerConfig().ROOT_URL?index_1.ResolveIOServer.getLocalLogManager().writeLog({type:"log-method-latency",date:new Date,data:{_id:d,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}}):log_method_latency_collection_1.LogMethodLatencies.create({_id:d,__v:0,date_start:new Date,date_end:null,latency_ms:0,method:g}),"reportBuilderGetResults"!==g&&"reportBuilderGetDistinctValue"!==g&&"reportBuilderBuildTree"!==g&&"generatePDF"!==g&&"getWOOfflineData"!==g&&"countQuery"!==g&&"countWithQuery"!==g&&"countCollectionWithQuery"!==g&&"find"!==g&&"findOne"!==g&&"findWithOptions"!==g&&"getDrivers"!==g&&"processAirdropDistribution"!==g&&log_collection_1.Logs.insertOne({_id:(0,mongo_manager_1.objectIdHexString)(),type:"client-request",collection:"",id_document:"",payload:(0,common_1.getBinarySize)(JSON.stringify(c))<2e5?JSON.stringify(c,null,2):"Too Big",method:g,id_user:f.id_user||"",user:f.user||"",messageId:_,route:v}),h={messageId:_,hasError:!1,data:"ACK"},f&&f.readyState===f.OPEN&&this._websocketManager.send(f,h),this._methodManager._methods[g]?(v=this._methodManager).callMethod.apply(v,__spreadArray([d,f,u,_,g],__read(c),!1)):console.log("Could not find method: "+g)}e.label=11;case 11:return[2]}})})},ResolveIOMainServer.prototype.unsubscribeWS=function(e){this._subscriptionManager.getEnableDebug()&&console.log(new Date,"Server App","Unsub WS",e.user,e.id_socket),this._subscriptionManager.unsubscribeAll(e),e.removeAllListeners()},ResolveIOMainServer.prototype.getApp=function(){return this._app},ResolveIOMainServer.prototype.getServerConfig=function(){return index_1.ResolveIOServer.getServerConfig()},ResolveIOMainServer}();exports.default=ResolveIOMainServer;
2
2
  //# sourceMappingURL=server-app.js.map
package/server-app.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/server-app.ts"],"names":["http_1","require","express","bodyParser","xmlParser","WebSocket","jwt","moment","common_1","mongo_manager_1","cron_manager_1","method_manager_1","subscription_manager_1","monitor_manager_1","log_collection_1","log_method_latency_collection_1","user_collection_1","home_1","auth_1","health_1","index_1","mongodb_1","worker_task_request_collection_1","worker_task_response_collection_1","websocket_manager_1","ResolveIOMainServer","mainServer","serverConfig","clientRoutes","clientDir","sesMail","standardProgram","publicProgram","_this","this","_offlineUpdates","_rebootFlag","LOGGER","_clientRoutes","_lastErrorMsg","_debugMsgRecv","_debugMsgQueue","_isWorkersEnabled","_isWorkerInstance","_workerTasks","_safeShutdown","_serverConfig","_clientDir","_serverStartTime","Date","_monitorManager","MonitorManager","_monitorManagerFunction","MonitorManagerFunction","process","env","IS_WORKERS_ENABLED","IS_WORKER_INSTANCE","setInterval","_subscriptionManager","getEnableDebug","console","log","on","error","rej","__awaiter","diffTimeSec","diff","MongoNetworkTimeoutError","setTimeout","_methodManager","sendEmail","JSON","stringify","name","message","stack","_a","sent","exit","_serverHTTP","close","safeShutdown","MethodManager","_cronManager","CronManager","startWorkerInstance","_websocketManager","WebSocketManager","startServerInstance","SubscriptionManager","_serverWSS","listen","prototype","_app","use","json","limit","reviver","dateReviver","urlencoded","extended","parameterLimit","_portHTTP","PORT_HTTP","_portWSS","PORT_WSS","createServer","req","res","next","setHeader","setupAuthRoutes","setupHealthRoutes","setupHomeRoutes","changeStream","WorkerTaskRequests","watchCollection","$match","fullDocument.status","fullDocument","change","operationType","task_1","processTask","length","task_2","status","find","sort","createdAt","pendingTasks","_b","pendingTasks_1","__values","pendingTasks_1_1","done","task","value","includes","_id","updateOne","$set","then","resReq","push","callMethodInternal","call","apply","__spreadArray","Object","assign","id_user","user","id_ws","method","__read","params","result","WorkerTaskResponses","create","id_request","has_error","data","err_1","splice","indexOf","getActiveMonitorFunctions","setImmediate","ResolveIOServer","getMongoConnection","getIsWorkersEnabled","getIsWorkerInstance","getWSList","clients","forEach","ws","getWSUserList","getHTTPServer","getCronManager","getMethodManager","getSubscriptionManager","getMonitorManager","getRebootFlag","getWebSocketManager","keepAliveTimeout","headersTimeout","Server","port","verifyClient","info","cb","infoData","headers","split","origin","token","verify","err","decoded","Users","findById","fullname","readonly","date","client","getClientName","objectIdHexString","addWebSocket","createLoggedInUser","send","unsubscribeWS","parseErrorFound","socketData","parse","e","readyState","OPEN","duration","asMilliseconds","loggedInLatency","Array","isArray","socketData_1","socketData_1_1","message_1","processSocketMessage","now","getTime","messageRoute","some","a","roles","groups","views","b","super_admin","messageDate","messageId","type","subType","pub","subscribe","slice","unsubscribe","serverRes","hasError","offlineUpdates","i","update","shift","updateMessageId","methodLatencyId","serverResMethod","LogMethodLatencies","__v","date_start","date_end","latency_ms","Logs","insertOne","collection","id_document","payload","getBinarySize","route","_methods","_c","err_3","getMongoManager","invalidateQueryCache","map","messageRoute_1","messageDate_1","messageId_1","callMethod","unsubscribeAll","removeAllListeners","getApp","getServerConfig"],"mappings":"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","file":"server-app.js","sourcesContent":["import { createServer, Server } from 'http';\nimport * as express from 'express';\nimport * as bodyParser from 'body-parser';\nimport * as xmlParser from 'express-xml-bodyparser';\nimport * as WebSocket from 'ws';\nimport * as jwt from 'jsonwebtoken';\n// import * as SegfaultHandler from 'segfault-handler';\nimport * as moment from 'moment-timezone';\n\nimport { dateReviver, getBinarySize, deepCopy } from './util/common';\n\nimport { objectIdHexString } from './managers/mongo.manager';\nimport { CronManager } from './managers/cron.manager';\nimport { MethodManager } from './managers/method.manager';\nimport { SubscriptionManager } from './managers/subscription.manager';\nimport { MonitorManager, MonitorManagerFunction } from './managers/monitor.manager';\n\nimport { ServerResponseModel } from './models/server-response.model';\nimport { Logs } from './collections/log.collection';\nimport { LogMethodLatencies } from './collections/log-method-latency.collection';\nimport { Users } from './collections/user.collection';\n\nimport { setupHomeRoutes } from './http/home';\nimport { setupAuthRoutes } from './http/auth';\nimport { setupHealthRoutes } from './http/health';\nimport { ResolveIOServer } from './index';\nimport { MongoNetworkTimeoutError } from 'mongodb';\nimport { WorkerTaskRequests } from './collections/worker-task-request.collection';\nimport { WorkerTaskResponses } from './collections/worker-task-response.collection';\nimport { WorkerTaskRequestModel } from './models/worker-task-request.model';\nimport { WebSocketManager } from './managers/websocket.manager';\n\nexport default class ResolveIOMainServer {\n\tprivate _app: express.Application;\n\tprivate _serverHTTP: Server;\n\tprivate _portHTTP: string | number;\n\tprivate _serverWSS: WebSocket.Server;\n\tprivate _portWSS: number;\n\tprivate _serverConfig;\n\tprivate _clientDir;\n\tprivate _offlineUpdates = [];\n\tpublic sesMail = false;\n\tprivate standardProgram = false;\n\tprivate publicProgram = false;\n\tprivate _rebootFlag = false;\n\n\tprivate LOGGER = 'ERROR'; //ERROR / DEBUG\n\n\tprivate _websocketManager: WebSocketManager;\n\tprivate _monitorManager: MonitorManager;\n\tprivate _monitorManagerFunction: MonitorManagerFunction;\n\tprivate _subscriptionManager: SubscriptionManager;\n\tprivate _methodManager: MethodManager;\n\tprivate _cronManager: CronManager;\n\tprivate _clientRoutes: string[] = [];\n\n\tprivate _serverStartTime: Date;\n\tprivate _lastErrorMsg: Date = null;\n\n\tprivate _debugMsgRecv = 0;\n\tprivate _debugMsgQueue = 0;\n\n\tprivate _isWorkersEnabled = false;\n\tprivate _isWorkerInstance = false;\n\tprivate _workerTasks: string[] = [];\n\n\tprivate _safeShutdown = false;\n\n\tconstructor(mainServer, serverConfig, clientRoutes, clientDir, sesMail, standardProgram, publicProgram = false) {\n\t\tthis._serverConfig = serverConfig;\n\t\tthis._clientRoutes = clientRoutes;\n\t\tthis._clientDir = clientDir;\n\t\tthis.sesMail = sesMail;\n\t\tthis.standardProgram = standardProgram;\n\t\tthis.publicProgram = publicProgram;\n\n\t\tthis._serverStartTime = new Date();\n\t\tthis._lastErrorMsg = null;\n\t\tthis._monitorManager = new MonitorManager(mainServer, serverConfig);\n\t\tthis._monitorManagerFunction = new MonitorManagerFunction();\n\n\t\t// Check for workers and decide what to start\n\t\tthis._isWorkersEnabled = process.env.IS_WORKERS_ENABLED === 'true';\n\t\tthis._isWorkerInstance = process.env.IS_WORKER_INSTANCE === 'true';\n\n\t\tsetInterval(() => {\n\t\t\tif (this._subscriptionManager && this._subscriptionManager.getEnableDebug()) {\n\t\t\t\tconsole.log(new Date(), 'Server App', 'Msg Recv Hits', this._debugMsgRecv);\n\t\t\t\tconsole.log(new Date(), 'Server App', 'Msg Queue Hits', this._debugMsgQueue);\n\t\t\t}\n\n\t\t\tthis._debugMsgQueue = 0;\n\t\t\tthis._debugMsgRecv = 0;\n\t\t}, 60000);\n\n\t\tprocess.on('unhandledRejection', async (error, rej) => {\n\t\t\t// Condition to filter out the MongoError with code 48 (NamespaceExists)\n\t\t\tif (error && error['name'] === 'MongoError' && error['code'] === 48) {\n\t\t\t\treturn; // Simply return without doing anything further\n\t\t\t}\n\n\t\t\tconsole.error(new Date(), 'Unhandled Rejection at Promise', [error, rej]);\n\t\t\t\n\t\t\tlet diffTimeSec = moment().diff(this._serverStartTime, 'seconds');\n\n\t\t\t// If this is a MongoNetworkTimeoutError, handle it specifically\n\t\t\tif (error && (error['name'] === 'MongoNetworkTimeoutError' || error instanceof MongoNetworkTimeoutError)) {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\t// Sending email notification (using your existing method)\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - MongoNetworkTimeoutError - Quitting NodeJS - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify({\n\t\t\t\t\t\tname: error['name'],\n\t\t\t\t\t\tmessage: error['message'],\n\t\t\t\t\t\tstack: error['stack']\n\t\t\t\t\t}, null, 2));\n\n\t\t\t\t\t// Exiting the process\n\t\t\t\t\tprocess.exit(1);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (error && error['name'] === 'MongoError' && error['message'] === 'not master') {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - Quitting NodeJS - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t}\n\n\t\t\t\tprocess.exit(1);\n\t\t\t}\n\t\t\telse if (error && error['name'] === 'MongoError' && error['message'] === 'not master and slaveOk=false') {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - Quitting NodeJS - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t}\n\n\t\t\t\tprocess.exit(1);\n\t\t\t}\n\t\t\telse if (error) {\n\t\t\t\tif (error['name'] !== 'StatusError' && error['message'] !== '') {\n\t\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t\t}, 60000);\n\n\t\t\t\t\t\tthis._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\tprocess.on('uncaughtException', async error => {\n\t\t\tconsole.error(error, 'Uncaught Exception thrown');\n\n\t\t\tlet diffTimeSec = moment().diff(this._serverStartTime, 'seconds');\n\n\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t}, 60000);\n\t\t\t\t\n\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Exception - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t}\n\t\t});\n\n\t\t//PM2 wants to reboot/restart\n\t\tprocess.on('SIGINT', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tprocess.on('SIGTERM', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tprocess.on('SIGQUIT', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Starting ResolveIO Server');\n\t\t}\n\n if (this._isWorkersEnabled) {\n if (this._isWorkerInstance) {\n console.log('Running as a Worker instance');\n\t\t\t\tthis._methodManager = new MethodManager(this, this._serverConfig, this._clientDir, this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n this._cronManager = new CronManager(this);\n\t\t\t\tthis.startWorkerInstance();\n }\n\t\t\telse {\n console.log('Running as a Server instance');\n\t\t\t\tthis._websocketManager = new WebSocketManager(this);\n this.startServerInstance(serverConfig);\n\t\t\t\tthis._methodManager = new MethodManager(this, this._serverConfig, this._clientDir, this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n\t\t\t\tthis._subscriptionManager = new SubscriptionManager(this, this._serverWSS, this._serverConfig, this._monitorManagerFunction);\n\t\t\t\tthis.listen();\n }\n }\n\t\telse {\n console.log('Running with Workers Disabled');\n\t\t\tthis._websocketManager = new WebSocketManager(this);\n this.startServerInstance(serverConfig);\n\t\t\tthis._methodManager = new MethodManager(this, this._serverConfig, this._clientDir, this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n\t\t\tthis._subscriptionManager = new SubscriptionManager(this, this._serverWSS, this._serverConfig, this._monitorManagerFunction);\n this._cronManager = new CronManager(this);\n\t\t\tthis.listen();\n }\n\t}\n\n\tprivate startServerInstance(serverConfig) {\n\t\t// Start express app\n\t\tthis._app = express();\n\n\t\t// Use body parser for http call (login)\n\t\tthis._app.use(bodyParser.json({limit: '50mb', reviver: dateReviver}));\n\t\tthis._app.use(bodyParser.urlencoded({limit: '50mb', extended: true, parameterLimit: 1000000 }));\n\t\tthis._app.use(xmlParser());\n\t\t\n\t\t// Set port\n\t\tthis._portHTTP = process.env.PORT_HTTP || serverConfig['PORT_HTTP'] || 8080;\n\t\tthis._portWSS = process.env.PORT_WSS || serverConfig['PORT_WSS'] || 8081;\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup ports');\n\t\t}\n\n\t\t// Create http server and websock server\n\t\tthis.createServer();\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Create server');\n\t\t}\n\n\t\t// Set CORS\n\t\tthis._app.use(function (req, res, next) {\n\n\t\t\t// Website you wish to allow to connect\n\t\t\t// res.setHeader('Access-Control-Allow-Origin', serverConfig['ROOT_URL']);\n\t\t\tres.setHeader('Access-Control-Allow-Origin', '*');\n\n\t\t\t// Request methods you wish to allow\n\t\t\t// res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE');\n\t\t\tres.setHeader('Access-Control-Allow-Methods', 'GET, POST');\n\n\t\t\t// Request headers you wish to allow\n\t\t\tres.setHeader('Access-Control-Allow-Headers', 'X-Requested-With,content-type');\n\n\t\t\t// Set to true if you need the website to include cookies in the requests sent\n\t\t\t// to the API (e.g. in case you use sessions)\n\t\t\tres.setHeader('Access-Control-Allow-Credentials', 'false');\n\n\t\t\t// Pass to next layer of middleware\n\t\t\tnext();\n\t\t});\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup cors');\n\t\t}\n\n\t\t// Set up http login route\n\t\tsetupAuthRoutes(this, this._app, serverConfig);\n\t\tsetupHealthRoutes(this._app, serverConfig);\n\n\t\tif (serverConfig['CLIENT_NAME'] === 'ResolveIO' || this.standardProgram) {\n\t\t\tsetupHomeRoutes(this, this._app, serverConfig);\n\t\t}\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup express routes');\n\t\t}\n\t}\n\n\tprivate async startWorkerInstance() {\n\t\tconsole.log('Worker instance started, watching worker-task-reqs...');\n\t\n\t\t// Now, set up the change stream to watch for new tasks\n\t\tlet changeStream = WorkerTaskRequests.watchCollection([{ $match: { 'fullDocument.status': 'pending' } }], { fullDocument: 'updateLookup' });\n\t\n\t\tchangeStream.on('change', async (change) => {\n\t\t\tif (change.operationType === 'insert') {\n\t\t\t\tconst task = change.fullDocument;\n\t\t\t\tif (task) {\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis.processTask(task);\n\t\t\t\t\t}, this._workerTasks.length * 25);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (change.operationType === 'update') {\n\t\t\t\tconst task = change.fullDocument;\n\t\t\t\tif (task && task.status === 'pending') {\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis.processTask(task);\n\t\t\t\t\t}, this._workerTasks.length * 25);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\n\t\tchangeStream.on('error', (error) => {\n\t\t\tconsole.error('Error in change stream worker task requests:', error);\n\t\t\tif (changeStream) {\n\t\t\t\tchangeStream.close();\n\t\t\t}\n\t\t});\n\t\n\t\tchangeStream.on('close', () => {\n\t\t\tconsole.log('Change stream worker task requests closed. Restarting...');\n\t\t\tsetTimeout(() => this.startWorkerInstance(), 5000); // Restart after a delay\n\t\t});\n\n\t\t// First, process any existing pending tasks in the database\n\t\tconst pendingTasks = await WorkerTaskRequests.find({ status: 'pending' }, {sort: {createdAt: 1}});\n\n\t\tfor (const task of pendingTasks) {\n\t\t\tthis.processTask(task);\n\t\t}\n\t}\n\t\n\t// Process a task (handles both existing and new tasks)\n\tprivate async processTask(task: WorkerTaskRequestModel) {\n\t\tif (this._workerTasks.includes(task._id)) {\n\t\t\treturn;\n\t\t}\n\t\t\t\n\t\tWorkerTaskRequests.updateOne({ _id: task._id, status: 'pending' }, { $set: { status: 'processing' } }).then(async resReq => {\n\t\t\tif (resReq) {\n\t\t\t\tthis._workerTasks.push(task._id);\n\n\t\t\t\ttry {\n\t\t\t\t\t// Run the actual method\n\t\t\t\t\tconst result = await this._methodManager.callMethodInternal.call(Object.assign({}, this._methodManager, MethodManager.prototype, { id_user: task.id_user, user: task.user, id_ws: task.id_ws }), task.method, ...task.params);\n\n\t\t\t\t\tWorkerTaskResponses.create({\n\t\t\t\t\t\tid_request: task._id,\n\t\t\t\t\t\thas_error: false,\n\t\t\t\t\t\tdata: result,\n\t\t\t\t\t\tid_user: task.id_user,\n\t\t\t\t\t\tuser: task.user,\n\t\t\t\t\t\tid_ws: task.id_ws\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tcatch (err) {\n\t\t\t\t\tconsole.error('Worker failed to process task:', task._id, err);\n\n\t\t\t\t\tWorkerTaskResponses.create({\n\t\t\t\t\t\tid_request: task._id,\n\t\t\t\t\t\thas_error: true,\n\t\t\t\t\t\tdata: err.message,\n\t\t\t\t\t\tid_user: task.id_user,\n\t\t\t\t\t\tuser: task.user,\n\t\t\t\t\t\tid_ws: task.id_ws\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (this._workerTasks.includes(task._id)) {\n\t\t\t\t\tthis._workerTasks.splice(this._workerTasks.indexOf(task._id), 1);\n\t\t\t\t}\n\n\t\t\t\t// Mark the task as complete\n\t\t\t\tWorkerTaskRequests.updateOne({ _id: task._id }, { $set: { status: 'complete' } });\n\n\t\t\t\t// console.log(new Date(), 'Instance: ' + process.env.NODE_APP_INSTANCE, 'Complete Task', 'Current Jobs: ' + this._workerTasks.length);\n\t\t\t}\n\t\t}, () => {});\n\t}\n\n\tprivate safeShutdown() {\n\t\tif (!this._safeShutdown) {\n\t\t\tconsole.log(new Date(), 'Safe Shutdown Command Received');\n\t\t}\n\n\t\tif (\n\t\t\t!this._monitorManagerFunction.getActiveMonitorFunctions().length && \n\t\t\t// (!this._monitorManagerFunction.getLastCompletedMonitorFunction() ||\n\t\t\t// Date.now() >= this._monitorManagerFunction.getLastCompletedMonitorFunction().endTime.getTime() + 1500) &&\n\t\t\t!this._offlineUpdates.length\n\t\t) {\n\t\t\tif (ResolveIOServer.getMongoConnection()) {\n\t\t\t\tResolveIOServer.getMongoConnection().close(false).then(() => {\n\t\t\t\t\tconsole.log(new Date(), 'Safe Exit Complete, Process Exit');\n\t\t\t\t\tprocess.exit(0);\n\t\t\t\t}, () => {process.exit(1)});\n\t\t\t}\n\t\t\telse {\n\t\t\t\tprocess.exit(0);\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tif (!this._safeShutdown) {\n\t\t\t\tthis._safeShutdown = true;\n\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis._safeShutdown = false;\n\t\t\t\t}, 1000);\n\n\t\t\t\tconsole.log(new Date(), \n\t\t\t\t\t'Safe Exit In Progress', \n\t\t\t\t\tthis._monitorManagerFunction.getActiveMonitorFunctions().length, \n\t\t\t\t\t// this._monitorManagerFunction.getLastCompletedMonitorFunction() ? this._monitorManagerFunction.getLastCompletedMonitorFunction().endTime : '',\n\t\t\t\t\tthis._offlineUpdates.length\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tsetImmediate(() => {\n\t\t\t\tthis.safeShutdown();\n\t\t\t});\n\t\t}\n\t}\n\n\tgetIsWorkersEnabled() {\n\t\treturn this._isWorkersEnabled;\n\t}\n\n\tgetIsWorkerInstance() {\n\t\treturn this._isWorkerInstance;\n\t}\n\n\tpublic getWSList() {\n\t\tlet res = [];\n\n\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\tres.push(ws['id_socket']);\n\t\t});\n\n\t\treturn res;\n\t}\n\n\tpublic getWSUserList() {\n\t\tlet res = [];\n\n\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\tres.push(ws['id_user']);\n\t\t});\n\n\t\treturn res;\n\t}\n\n\tpublic getHTTPServer() {\n\t\treturn this._serverHTTP;\n\t}\n\n\tpublic getCronManager() {\n\t\treturn this._cronManager;\n\t}\n\n\tpublic getMethodManager() {\n\t\treturn this._methodManager;\n\t}\n\n\tpublic getSubscriptionManager() {\n\t\treturn this._subscriptionManager;\n\t}\n\n\tpublic getMonitorManager() {\n\t\treturn this._monitorManager;\n\t}\n\n\tpublic getRebootFlag() {\n\t\treturn this._rebootFlag;\n\t}\n\n\tpublic getWebSocketManager(): WebSocketManager {\n\t\treturn this._websocketManager;\n\t}\n\n\tprivate createServer(): void {\n\t\t// Start express server\n\t\tthis._serverHTTP = createServer(this._app);\n\t\tthis._serverHTTP.keepAliveTimeout = 65000;\n\t\tthis._serverHTTP.headersTimeout = 66000; // This should be bigger than `keepAliveTimeout + your server's expected response time`\n\n\t\t// Start websocket server\n\t\t// Verify client with token before opening socket\n\t\tthis._serverWSS = new WebSocket.Server({\n\t\t\tport: this._portWSS,\n\t\t\tverifyClient: this.publicProgram ? null : async (info, cb) => {\n\t\t\t\tif (this._rebootFlag) {\n\t\t\t\t\tcb(false, 409, 'Unable To Process');\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\t\t\tconsole.log('Verify Client', info, cb);\n\t\t\t\t\t}\n\n\t\t\t\t\tlet infoData = (<string>info.req.headers['sec-websocket-protocol']).split(/,/);\n\n\t\t\t\t\tif (info.origin !== this._serverConfig['ROOT_URL'] && info.origin !== this._serverConfig['SEC_ROOT_URL'] && info.origin !== this._serverConfig['RESOLVEIO_URL'] && info.origin !== this._serverConfig['RESOLVEIO_SECONDARY_URL']) {\n\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tlet token = infoData[0];\n\t\t\t\t\t\tif (!token) {\n\t\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tjwt.verify(token, this._serverConfig['JWT_SECRET'], async (err, decoded) => {\n\t\t\t\t\t\t\t\tif (err) {\n\t\t\t\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\tinfo.req['id_user'] = decoded['id_user'];\n\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\tlet user = await Users.findById(decoded['id_user']);\n\t\t\t\t\t\t\t\t\t\tif (user) {\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['user'] = user.fullname;\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['user_readonly'] = user.readonly || false;\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['doc_user'] = user;\n\t\t\t\t\t\t\t\t\t\t\tcb(true);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\t\t\tcb(false);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tcatch (err) {\n\t\t\t\t\t\t\t\t\t\tcb(false);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\t// Listen to port for websocket\n\tprivate listen(): void {\n\t\tthis._serverHTTP.listen(this._portHTTP, () => {\n\t\t\tconsole.log('Running server on port %s', this._portHTTP);\n\t\t});\n\n\t\tthis._serverWSS.on('listening', () => {\n\t\t\tconsole.log('Running server on port %s', this._portWSS);\n\t\t});\n\n\t\t// On websocket connection (already verified)\n\t\tthis._serverWSS.on('connection', (ws, req) => {\n\t\t\tif (!this.publicProgram) {\n\t\t\t\t// Get user from token\n\t\t\t\tws['id_user'] = req['id_user'];\n\t\t\t\tws['user'] = req['user'];\n\t\t\t\tws['user_readonly'] = req['user_readonly'];\n\t\t\t\tws['doc_user'] = req['doc_user'];\n\n\t\t\t\tif (ws['user'] !== 'Admin' && this._serverConfig['CLIENT_NAME'] !== 'ResolveIO') {\n\t\t\t\t\tthis.getMethodManager().callMethodInternal.call(this.getMethodManager(), 'supportCreateBillingUser', {\n\t\t\t\t\t\tid_user: ws['id_user'],\n\t\t\t\t\t\tuser: ws['user'],\n\t\t\t\t\t\tdate: new Date(),\n\t\t\t\t\t\tclient: ResolveIOServer.getClientName()\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tws['id_socket'] = objectIdHexString();\n\t\t\tws['retryCnt'] = 0;\n\n\t\t\tthis._websocketManager.addWebSocket(ws);\n\n\t\t\tthis._subscriptionManager.createLoggedInUser(ws['id_socket']).then(() => {\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}, 5000);\n\t\t\t});\n\n\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\tconsole.log('Connection from: ' + req['user']);\n\t\t\t}\n\t\t\t\n\t\t\t// Use for keeping connection alive (ping/pong)\n\t\t\tws['isAlive'] = true;\n\t\t\tws.on('message', async (message: string) => {\n\t\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\t\tconsole.log('Message from: ' + ws['user'], message);\n\t\t\t\t}\n\n\t\t\t\tthis._debugMsgRecv += 1;\n\n\t\t\t\tlet parseErrorFound = false;\n\n\t\t\t\tlet socketData = [];\n\t\t\t\t\n\t\t\t\ttry {\n\t\t\t\t\tsocketData = JSON.parse(message, dateReviver);\n\t\t\t\t}\n\t\t\t\tcatch(e) {\n\t\t\t\t\tconsole.log('Error - JSON.parse', message);\n\t\t\t\t\t\n\t\t\t\t\tthis._methodManager.sendEmail('dev@resolveio.com', 'SERVER - JSON Parse Error - ' + this._serverConfig['CLIENT_NAME'], JSON.stringify([message, e]));\n\n\t\t\t\t\tparseErrorFound = true;\n\t\t\t\t}\n\n\t\t\t\tif (!parseErrorFound) {\n\t\t\t\t\tif (typeof socketData === 'string' && socketData === 'ping') {\n\t\t\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\t\t\tws.send('pong', (error) => {\n\t\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Pong');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telse if (typeof socketData === 'string' && socketData === 'pong') {\n\t\t\t\t\t\tws['isAlive'] = true;\n\t\t\t\t\t\tws['pongTime'] = new Date();\n\t\t\t\t\t\tws['latency'] = moment.duration(moment(ws['pongTime']).diff(ws['pingTime'])).asMilliseconds();\n\t\t\t\t\t\tthis._subscriptionManager.loggedInLatency(ws);\n\t\t\t\t\t\t\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!Array.isArray(socketData[0])) {\n\t\t\t\t\t\t// Not an array, invalid message\n\t\t\t\t\t\tconsole.log('Invalid message format, expected array:', socketData);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tfor (let message of socketData) {\n\t\t\t\t\t\t\tawait this.processSocketMessage(ws, message);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('end', () => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), 'Server App', 'WS End');\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('close', () => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), 'Server App', 'WS Close');\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('error', error => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), ws['user'], ws['id_socket'], 'WS Error');\n\t\t\t\t}\n\t\t\t\t\n\t\t\t});\n\t\t});\n\n\t\t// Keep alive timer to ping/pong\n\t\tsetInterval(() => {\n\t\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\t\tif (ws['pingTime'] && Date.now() - ws['pingTime'].getTime() >= 20000) {\n\t\t\t\t\tif (ws['isAlive'] === false) {\n\t\t\t\t\t\tws['retryCnt']++;\n\n\t\t\t\t\t\tif (ws['retryCnt'] >= 3) {\n\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tws['retryCnt'] = 0;\n\t\t\t\t\t\tws['isAlive'] = false;\n\t\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}, 20000);\n\t}\n\n\tprivate async processSocketMessage(ws: WebSocket, socketData: any[]) {\n\t\tlet messageRoute = socketData[0];\n\n\t\tif (!this.publicProgram && this._clientRoutes.some(a => messageRoute.includes(a)) && !ws['doc_user'].roles.groups.some(a => a.views.some(b => messageRoute.includes(b) || b.includes(messageRoute))) && !ws['doc_user'].roles.super_admin) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet messageDate = socketData[1];\n\t\tlet messageId = socketData[2];\n\t\tlet type = socketData[3];\n\n\t\tif (type === 'subscription') {\n\t\t\tlet subType = socketData[4];\n\t\t\tlet pub = socketData[5];\n\n\t\t\t// Subscribe\n\t\t\tif (subType === 'sub') {\n\t\t\t\tthis._subscriptionManager.subscribe(messageRoute, messageDate, ws, messageId, pub, socketData.slice(6));\n\t\t\t}\n\t\t\t// Unsubscribe\n\t\t\telse {\n\t\t\t\tthis._subscriptionManager.unsubscribe(messageRoute, messageDate, ws, messageId, pub, socketData.slice(6));\n\t\t\t}\n\t\t}\n\t\telse if (!this.publicProgram && type === 'offline') {\n\t\t\tlet serverRes: ServerResponseModel = {\n\t\t\t\tmessageId: messageId,\n\t\t\t\thasError: false,\n\t\t\t\tdata: 'ACK'\n\t\t\t};\n\n\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\tthis._websocketManager.send(ws, serverRes);\n\t\t\t}\n\n\t\t\tthis._offlineUpdates.push(ws);\n\t\t\tlet offlineUpdates = socketData[4];\n\n\t\t\tfor (let i = 0; i < offlineUpdates.length; i++) {\n\t\t\t\tlet update = offlineUpdates[i];\n\n\t\t\t\tlet data = update.data;\n\n\t\t\t\tlet updateRoute = data.shift();\n\t\t\t\tlet updateDate = data.shift();\n\t\t\t\tlet updateMessageId = data.shift();\n\t\t\t\tlet updateType = data.shift();\n\t\t\t\tlet method = data.shift();\n\t\t\t\tlet methodLatencyId = objectIdHexString();\n\n\t\t\t\tlet serverResMethod: ServerResponseModel = {\n\t\t\t\t\tmessageId: updateMessageId,\n\t\t\t\t\thasError: false,\n\t\t\t\t\tdata: 'ACK'\n\t\t\t\t};\n\n\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\tthis._websocketManager.send(ws, serverResMethod);\n\t\t\t\t}\n\n\t\t\t\tif (method === 'insertDocument' && data[0] === 'driver-gps') {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tLogMethodLatencies.create({\n\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t__v: 0,\n\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\tdate_end: null,\n\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\tmethod: method\n\t\t\t\t});\n\n\t\t\t\tif (method !== 'reportBuilderGetResults' && method !== 'reportBuilderGetDistinctValue' && method !== 'reportBuilderBuildTree' && method !== 'generatePDF' && method !== 'getWOOfflineData' && method !== 'countQuery' && method !== 'countWithQuery' && method !== 'countCollectionWithQuery' && method !== 'find' && method !== 'findOne' && method !== 'findWithOptions' && method !== 'getDrivers' && method !== 'processAirdropDistribution') {\n\t\t\t\t\tLogs.insertOne({\n\t\t\t\t\t\t_id: objectIdHexString(),\n\t\t\t\t\t\ttype: 'client-request',\n\t\t\t\t\t\tcollection: '',\n\t\t\t\t\t\tid_document: '',\n\t\t\t\t\t\tpayload: getBinarySize(JSON.stringify(data)) < 200000 ? JSON.stringify(data, null, 2) : 'Too Big',\n\t\t\t\t\t\tmethod: method,\n\t\t\t\t\t\tid_user: ws['id_user'] || '',\n\t\t\t\t\t\tuser: ws['user'] || '',\n\t\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\t\troute: messageRoute\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (this._methodManager._methods[method]) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tawait this._methodManager.callMethodInternal.call(Object.assign({}, this._methodManager, MethodManager.prototype, {id_user: ws['id_user'], user: ws['user'], id_ws: ws['id_socket']}), method, ...data);\n\t\t\t\t\t}\n\t\t\t\t\tcatch (err) {\n\t\t\t\t\t\tconsole.log(new Date(), 'Offline Error', JSON.stringify(err, null, 2));\n\t\t\t\t\t}\n\n\t\t\t\t\tif (method === 'updateDocumentOffline' || method === 'updateDocumentPropsOffline') {\n\t\t\t\t\t\tResolveIOServer.getMongoManager().invalidateQueryCache(data[0]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tconsole.log('Offline - Could not find method: ' + method);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthis._offlineUpdates.splice(this._offlineUpdates.map(a => a['id_socket']).indexOf(ws['id_socket']), 1);\n\t\t}\n\t\telse { //methods\n\t\t\tlet data = [...socketData];\n\t\t\t\n\t\t\tlet messageRoute: string = data.shift();\n\t\t\tlet messageDate: Date = data.shift();\n\t\t\tlet messageId: number = data.shift();\n\t\t\tlet type: string = data.shift();\n\n\t\t\tif (type === 'method') {\n\t\t\t\tlet method = data.shift();\n\n\t\t\t\tif (ws['user_readonly']) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tlet methodLatencyId = objectIdHexString();\n\n\t\t\t\tLogMethodLatencies.create({\n\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t__v: 0,\n\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\tdate_end: null,\n\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\tmethod: method\n\t\t\t\t});\n\n\t\t\t\tif (method !== 'reportBuilderGetResults' && method !== 'reportBuilderGetDistinctValue' && method !== 'reportBuilderBuildTree' && method !== 'generatePDF' && method !== 'getWOOfflineData' && method !== 'countQuery' && method !== 'countWithQuery' && method !== 'countCollectionWithQuery' && method !== 'find' && method !== 'findOne' && method !== 'findWithOptions' && method !== 'getDrivers' && method !== 'processAirdropDistribution') {\n\t\t\t\t\tLogs.insertOne({\n\t\t\t\t\t\t_id: objectIdHexString(),\n\t\t\t\t\t\ttype: 'client-request',\n\t\t\t\t\t\tcollection: '',\n\t\t\t\t\t\tid_document: '',\n\t\t\t\t\t\tpayload: getBinarySize(JSON.stringify(data)) < 200000 ? JSON.stringify(data, null, 2) : 'Too Big',\n\t\t\t\t\t\tmethod: method,\n\t\t\t\t\t\tid_user: ws['id_user'] || '',\n\t\t\t\t\t\tuser: ws['user'] || '',\n\t\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\t\troute: messageRoute\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tlet serverRes: ServerResponseModel = {\n\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\thasError: false,\n\t\t\t\t\tdata: 'ACK'\n\t\t\t\t};\n\n\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\tthis._websocketManager.send(ws, serverRes);\n\t\t\t\t}\n\n\t\t\t\tif (this._methodManager._methods[method]) {\n\t\t\t\t\tthis._methodManager.callMethod(methodLatencyId, ws, messageDate, messageId, method, ...data);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tconsole.log('Could not find method: ' + method);\n\t\t\t\t}\n\t\t\t}\n\t\t\t// else if (type === 'methodResponse') {\n\t\t\t// \tlet method = data.shift();\n\n\t\t\t// \tMethodResponses.findOne({ $and: [{ id_user: ws['id_user'] }, { message_id: messageId }, { method: method }, { date: messageDate }] }).then(\n\t\t\t// \t\tres => {\n\t\t\t// \t\t\tif (res) {\n\t\t\t// \t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t// \t\t\t\t\tthis._websocketManager.send(ws, res.response);\n\t\t\t// \t\t\t\t}\n\t\t\t// \t\t\t}\n\t\t\t// \t\t},\n\t\t\t// \t\terr => {}\n\t\t\t// \t);\n\t\t\t// }\n\t\t}\n\t}\n\n\tpublic unsubscribeWS(ws: WebSocket) {\n\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\tconsole.log(new Date(), 'Server App', 'Unsub WS', ws['user'], ws['id_socket']);\n\t\t}\n\t\tthis._subscriptionManager.unsubscribeAll(ws);\n\t\tws.removeAllListeners();\n\t\tws = null;\n\t}\n\n\tpublic getApp() {\n\t\treturn this._app;\n\t}\n\n\tpublic getServerConfig() {\n\t\treturn this._serverConfig;\n\t}\n}"]}
1
+ {"version":3,"sources":["../../src/server-app.ts"],"names":["http_1","require","express","bodyParser","xmlParser","WebSocket","jwt","moment","common_1","mongo_manager_1","cron_manager_1","method_manager_1","subscription_manager_1","monitor_manager_1","log_collection_1","log_method_latency_collection_1","user_collection_1","home_1","auth_1","health_1","index_1","mongodb_1","worker_task_request_collection_1","worker_task_response_collection_1","websocket_manager_1","ResolveIOMainServer","_this","this","_offlineUpdates","sesMail","standardProgram","publicProgram","_rebootFlag","LOGGER","_clientRoutes","_lastErrorMsg","_debugMsgRecv","_debugMsgQueue","_isWorkersEnabled","_isWorkerInstance","_workerTasks","_safeShutdown","_serverStartTime","Date","_monitorManager","MonitorManager","_monitorManagerFunction","MonitorManagerFunction","process","env","IS_WORKERS_ENABLED","IS_WORKER_INSTANCE","setInterval","_subscriptionManager","getEnableDebug","console","log","on","error","rej","__awaiter","diffTimeSec","diff","MongoNetworkTimeoutError","setTimeout","_methodManager","sendEmail","ResolveIOServer","getServerConfig","JSON","stringify","name","message","stack","_a","sent","exit","_serverHTTP","close","safeShutdown","MethodManager","_cronManager","CronManager","startWorkerInstance","_websocketManager","WebSocketManager","startServerInstance","SubscriptionManager","_serverWSS","listen","prototype","_app","use","json","limit","reviver","dateReviver","urlencoded","extended","parameterLimit","_portHTTP","PORT_HTTP","_portWSS","PORT_WSS","createServer","req","res","next","setHeader","setupAuthRoutes","setupHealthRoutes","setupHomeRoutes","changeStream","WorkerTaskRequests","watchCollection","$match","fullDocument.status","fullDocument","change","operationType","task_1","processTask","length","task_2","status","find","sort","createdAt","pendingTasks","_b","pendingTasks_1","__values","pendingTasks_1_1","done","task","value","includes","_id","updateOne","$set","then","resReq","push","callMethodInternal","call","apply","__spreadArray","Object","assign","id_user","user","id_ws","method","__read","params","result","WorkerTaskResponses","create","id_request","has_error","data","err_1","splice","indexOf","getActiveMonitorFunctions","setImmediate","getMongoConnection","getIsWorkersEnabled","getIsWorkerInstance","getWSList","clients","forEach","ws","getWSUserList","getHTTPServer","getCronManager","getMethodManager","getSubscriptionManager","getMonitorManager","getRebootFlag","getWebSocketManager","keepAliveTimeout","headersTimeout","Server","port","verifyClient","info","cb","infoData","headers","split","origin","token","verify","err","decoded","Users","findById","fullname","readonly","date","client","getClientName","objectIdHexString","addWebSocket","createLoggedInUser","send","unsubscribeWS","parseErrorFound","socketData","parse","e","readyState","OPEN","duration","asMilliseconds","loggedInLatency","Array","isArray","socketData_1","socketData_1_1","message_1","processSocketMessage","now","getTime","messageRoute","some","a","roles","groups","views","b","super_admin","messageDate","messageId","type","subType","pub","subscribe","slice","unsubscribe","serverRes","hasError","offlineUpdates","i","update","shift","updateMessageId","methodLatencyId","serverResMethod","getLocalLogManager","writeLog","__v","date_start","date_end","latency_ms","LogMethodLatencies","Logs","insertOne","collection","id_document","payload","getBinarySize","route","_methods","_c","err_3","getMongoManager","invalidateQueryCache","map","messageRoute_1","messageDate_1","messageId_1","callMethod","unsubscribeAll","removeAllListeners","getApp"],"mappings":"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","file":"server-app.js","sourcesContent":["import { createServer, Server } from 'http';\nimport * as express from 'express';\nimport * as bodyParser from 'body-parser';\nimport * as xmlParser from 'express-xml-bodyparser';\nimport * as WebSocket from 'ws';\nimport * as jwt from 'jsonwebtoken';\n// import * as SegfaultHandler from 'segfault-handler';\nimport * as moment from 'moment-timezone';\n\nimport { dateReviver, getBinarySize } from './util/common';\n\nimport { objectIdHexString } from './managers/mongo.manager';\nimport { CronManager } from './managers/cron.manager';\nimport { MethodManager } from './managers/method.manager';\nimport { SubscriptionManager } from './managers/subscription.manager';\nimport { MonitorManager, MonitorManagerFunction } from './managers/monitor.manager';\n\nimport { ServerResponseModel } from './models/server-response.model';\nimport { Logs } from './collections/log.collection';\nimport { LogMethodLatencies } from './collections/log-method-latency.collection';\nimport { Users } from './collections/user.collection';\n\nimport { setupHomeRoutes } from './http/home';\nimport { setupAuthRoutes } from './http/auth';\nimport { setupHealthRoutes } from './http/health';\nimport { ResolveIOServer } from './index';\nimport { MongoNetworkTimeoutError } from 'mongodb';\nimport { WorkerTaskRequests } from './collections/worker-task-request.collection';\nimport { WorkerTaskResponses } from './collections/worker-task-response.collection';\nimport { WorkerTaskRequestModel } from './models/worker-task-request.model';\nimport { WebSocketManager } from './managers/websocket.manager';\n\nexport default class ResolveIOMainServer {\n\tprivate _app: express.Application;\n\tprivate _serverHTTP: Server;\n\tprivate _portHTTP: string | number;\n\tprivate _serverWSS: WebSocket.Server;\n\tprivate _portWSS: number;\n\tprivate _offlineUpdates = [];\n\tpublic sesMail = false;\n\tprivate standardProgram = false;\n\tprivate publicProgram = false;\n\tprivate _rebootFlag = false;\n\n\tprivate LOGGER = 'ERROR'; //ERROR / DEBUG\n\n\tprivate _websocketManager: WebSocketManager;\n\tprivate _monitorManager: MonitorManager;\n\tprivate _monitorManagerFunction: MonitorManagerFunction;\n\tprivate _subscriptionManager: SubscriptionManager;\n\tprivate _methodManager: MethodManager;\n\tprivate _cronManager: CronManager;\n\tprivate _clientRoutes: string[] = [];\n\n\tprivate _serverStartTime: Date;\n\tprivate _lastErrorMsg: Date = null;\n\n\tprivate _debugMsgRecv = 0;\n\tprivate _debugMsgQueue = 0;\n\n\tprivate _isWorkersEnabled = false;\n\tprivate _isWorkerInstance = false;\n\tprivate _workerTasks: string[] = [];\n\n\tprivate _safeShutdown = false;\n\n\tconstructor() {\n\t\tthis._serverStartTime = new Date();\n\t\tthis._lastErrorMsg = null;\n\t\tthis._monitorManager = new MonitorManager();\n\t\tthis._monitorManagerFunction = new MonitorManagerFunction();\n\n\t\t// Check for workers and decide what to start\n\t\tthis._isWorkersEnabled = process.env.IS_WORKERS_ENABLED === 'true';\n\t\tthis._isWorkerInstance = process.env.IS_WORKER_INSTANCE === 'true';\n\n\t\tsetInterval(() => {\n\t\t\tif (this._subscriptionManager && this._subscriptionManager.getEnableDebug()) {\n\t\t\t\tconsole.log(new Date(), 'Server App', 'Msg Recv Hits', this._debugMsgRecv);\n\t\t\t\tconsole.log(new Date(), 'Server App', 'Msg Queue Hits', this._debugMsgQueue);\n\t\t\t}\n\n\t\t\tthis._debugMsgQueue = 0;\n\t\t\tthis._debugMsgRecv = 0;\n\t\t}, 60000);\n\n\t\tprocess.on('unhandledRejection', async (error, rej) => {\n\t\t\t// Condition to filter out the MongoError with code 48 (NamespaceExists)\n\t\t\tif (error && error['name'] === 'MongoError' && error['code'] === 48) {\n\t\t\t\treturn; // Simply return without doing anything further\n\t\t\t}\n\n\t\t\tconsole.error(new Date(), 'Unhandled Rejection at Promise', [error, rej]);\n\t\t\t\n\t\t\tlet diffTimeSec = moment().diff(this._serverStartTime, 'seconds');\n\n\t\t\t// If this is a MongoNetworkTimeoutError, handle it specifically\n\t\t\tif (error && (error['name'] === 'MongoNetworkTimeoutError' || error instanceof MongoNetworkTimeoutError)) {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\t// Sending email notification (using your existing method)\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - MongoNetworkTimeoutError - Quitting NodeJS - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify({\n\t\t\t\t\t\tname: error['name'],\n\t\t\t\t\t\tmessage: error['message'],\n\t\t\t\t\t\tstack: error['stack']\n\t\t\t\t\t}, null, 2));\n\n\t\t\t\t\t// Exiting the process\n\t\t\t\t\tprocess.exit(1);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (error && error['name'] === 'MongoError' && error['message'] === 'not master') {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - Quitting NodeJS - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t}\n\n\t\t\t\tprocess.exit(1);\n\t\t\t}\n\t\t\telse if (error && error['name'] === 'MongoError' && error['message'] === 'not master and slaveOk=false') {\n\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t}, 60000);\n\n\t\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - Quitting NodeJS - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t}\n\n\t\t\t\tprocess.exit(1);\n\t\t\t}\n\t\t\telse if (error) {\n\t\t\t\tif (error['name'] !== 'StatusError' && error['message'] !== '') {\n\t\t\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t\t\t}, 60000);\n\n\t\t\t\t\t\tthis._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Rejection - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\tprocess.on('uncaughtException', async error => {\n\t\t\tconsole.error(error, 'Uncaught Exception thrown');\n\n\t\t\tlet diffTimeSec = moment().diff(this._serverStartTime, 'seconds');\n\n\t\t\tif (diffTimeSec > 60 && !this._lastErrorMsg) {\n\t\t\t\tthis._lastErrorMsg = new Date();\n\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis._lastErrorMsg = null;\n\t\t\t\t}, 60000);\n\t\t\t\t\n\t\t\t\tawait this._methodManager.sendEmail('dev@resolveio.com', 'SERVER - Unhandled Exception - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify([error['name'], error['message'], error['stack']], null, 2));\n\t\t\t}\n\t\t});\n\n\t\t//PM2 wants to reboot/restart\n\t\tprocess.on('SIGINT', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tprocess.on('SIGTERM', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tprocess.on('SIGQUIT', () => {\n\t\t\tthis._rebootFlag = true;\n\t\t\tif (this._serverHTTP) {\n\t\t\t\tthis._serverHTTP.close();\n\t\t\t}\n\t\t\tthis.safeShutdown();\n\t\t});\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Starting ResolveIO Server');\n\t\t}\n\n if (this._isWorkersEnabled) {\n if (this._isWorkerInstance) {\n console.log('Running as a Worker instance');\n\t\t\t\tthis._methodManager = new MethodManager(this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n this._cronManager = new CronManager();\n\t\t\t\tthis.startWorkerInstance();\n }\n\t\t\telse {\n console.log('Running as a Server instance');\n\t\t\t\tthis._websocketManager = new WebSocketManager(this);\n this.startServerInstance();\n\t\t\t\tthis._methodManager = new MethodManager(this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n\t\t\t\tthis._subscriptionManager = new SubscriptionManager(this._serverWSS, ResolveIOServer.getServerConfig(), this._monitorManagerFunction);\n\t\t\t\tthis.listen();\n }\n }\n\t\telse {\n console.log('Running with Workers Disabled');\n\t\t\tthis._websocketManager = new WebSocketManager(this);\n this.startServerInstance();\n\t\t\tthis._methodManager = new MethodManager(this._monitorManagerFunction, this._isWorkersEnabled, this._isWorkerInstance);\n\t\t\tthis._subscriptionManager = new SubscriptionManager(this._serverWSS, ResolveIOServer.getServerConfig(), this._monitorManagerFunction);\n this._cronManager = new CronManager();\n\t\t\tthis.listen();\n }\n\t}\n\n\tprivate startServerInstance() {\n\t\t// Start express app\n\t\tthis._app = express();\n\n\t\t// Use body parser for http call (login)\n\t\tthis._app.use(bodyParser.json({limit: '50mb', reviver: dateReviver}));\n\t\tthis._app.use(bodyParser.urlencoded({limit: '50mb', extended: true, parameterLimit: 1000000 }));\n\t\tthis._app.use(xmlParser());\n\t\t\n\t\t// Set port\n\t\tthis._portHTTP = process.env.PORT_HTTP || ResolveIOServer.getServerConfig()['PORT_HTTP'] || 8080;\n\t\tthis._portWSS = process.env.PORT_WSS || ResolveIOServer.getServerConfig()['PORT_WSS'] || 8081;\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup ports');\n\t\t}\n\n\t\t// Create http server and websock server\n\t\tthis.createServer();\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Create server');\n\t\t}\n\n\t\t// Set CORS\n\t\tthis._app.use(function (req, res, next) {\n\n\t\t\t// Website you wish to allow to connect\n\t\t\t// res.setHeader('Access-Control-Allow-Origin', ResolveIOServer.getServerConfig()['ROOT_URL']);\n\t\t\tres.setHeader('Access-Control-Allow-Origin', '*');\n\n\t\t\t// Request methods you wish to allow\n\t\t\t// res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE');\n\t\t\tres.setHeader('Access-Control-Allow-Methods', 'GET, POST');\n\n\t\t\t// Request headers you wish to allow\n\t\t\tres.setHeader('Access-Control-Allow-Headers', 'X-Requested-With,content-type');\n\n\t\t\t// Set to true if you need the website to include cookies in the requests sent\n\t\t\t// to the API (e.g. in case you use sessions)\n\t\t\tres.setHeader('Access-Control-Allow-Credentials', 'false');\n\n\t\t\t// Pass to next layer of middleware\n\t\t\tnext();\n\t\t});\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup cors');\n\t\t}\n\n\t\t// Set up http login route\n\t\tsetupAuthRoutes(this, this._app, ResolveIOServer.getServerConfig());\n\t\tsetupHealthRoutes(this._app, ResolveIOServer.getServerConfig());\n\n\t\tif (ResolveIOServer.getServerConfig()['CLIENT_NAME'] === 'ResolveIO' || this.standardProgram) {\n\t\t\tsetupHomeRoutes(this, this._app, ResolveIOServer.getServerConfig());\n\t\t}\n\n\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\tconsole.log('Setup express routes');\n\t\t}\n\t}\n\n\tprivate async startWorkerInstance() {\n\t\tconsole.log('Worker instance started, watching worker-task-reqs...');\n\t\n\t\t// Now, set up the change stream to watch for new tasks\n\t\tlet changeStream = WorkerTaskRequests.watchCollection([{ $match: { 'fullDocument.status': 'pending' } }], { fullDocument: 'updateLookup' });\n\t\n\t\tchangeStream.on('change', async (change) => {\n\t\t\tif (change.operationType === 'insert') {\n\t\t\t\tconst task = change.fullDocument;\n\t\t\t\tif (task) {\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis.processTask(task);\n\t\t\t\t\t}, this._workerTasks.length * 25);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (change.operationType === 'update') {\n\t\t\t\tconst task = change.fullDocument;\n\t\t\t\tif (task && task.status === 'pending') {\n\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\tthis.processTask(task);\n\t\t\t\t\t}, this._workerTasks.length * 25);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\n\t\tchangeStream.on('error', (error) => {\n\t\t\tconsole.error('Error in change stream worker task requests:', error);\n\t\t\tif (changeStream) {\n\t\t\t\tchangeStream.close();\n\t\t\t}\n\t\t});\n\t\n\t\tchangeStream.on('close', () => {\n\t\t\tconsole.log('Change stream worker task requests closed. Restarting...');\n\t\t\tsetTimeout(() => this.startWorkerInstance(), 5000); // Restart after a delay\n\t\t});\n\n\t\t// First, process any existing pending tasks in the database\n\t\tconst pendingTasks = await WorkerTaskRequests.find({ status: 'pending' }, {sort: {createdAt: 1}});\n\n\t\tfor (const task of pendingTasks) {\n\t\t\tthis.processTask(task);\n\t\t}\n\t}\n\t\n\t// Process a task (handles both existing and new tasks)\n\tprivate async processTask(task: WorkerTaskRequestModel) {\n\t\tif (this._workerTasks.includes(task._id)) {\n\t\t\treturn;\n\t\t}\n\t\t\t\n\t\tWorkerTaskRequests.updateOne({ _id: task._id, status: 'pending' }, { $set: { status: 'processing' } }).then(async resReq => {\n\t\t\tif (resReq) {\n\t\t\t\tthis._workerTasks.push(task._id);\n\n\t\t\t\ttry {\n\t\t\t\t\t// Run the actual method\n\t\t\t\t\tconst result = await this._methodManager.callMethodInternal.call(Object.assign({}, this._methodManager, MethodManager.prototype, { id_user: task.id_user, user: task.user, id_ws: task.id_ws }), task.method, ...task.params);\n\n\t\t\t\t\tWorkerTaskResponses.create({\n\t\t\t\t\t\tid_request: task._id,\n\t\t\t\t\t\thas_error: false,\n\t\t\t\t\t\tdata: result,\n\t\t\t\t\t\tid_user: task.id_user,\n\t\t\t\t\t\tuser: task.user,\n\t\t\t\t\t\tid_ws: task.id_ws\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tcatch (err) {\n\t\t\t\t\tconsole.error('Worker failed to process task:', task._id, err);\n\n\t\t\t\t\tWorkerTaskResponses.create({\n\t\t\t\t\t\tid_request: task._id,\n\t\t\t\t\t\thas_error: true,\n\t\t\t\t\t\tdata: err.message,\n\t\t\t\t\t\tid_user: task.id_user,\n\t\t\t\t\t\tuser: task.user,\n\t\t\t\t\t\tid_ws: task.id_ws\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (this._workerTasks.includes(task._id)) {\n\t\t\t\t\tthis._workerTasks.splice(this._workerTasks.indexOf(task._id), 1);\n\t\t\t\t}\n\n\t\t\t\t// Mark the task as complete\n\t\t\t\tWorkerTaskRequests.updateOne({ _id: task._id }, { $set: { status: 'complete' } });\n\n\t\t\t\t// console.log(new Date(), 'Instance: ' + process.env.NODE_APP_INSTANCE, 'Complete Task', 'Current Jobs: ' + this._workerTasks.length);\n\t\t\t}\n\t\t}, () => {});\n\t}\n\n\tprivate safeShutdown() {\n\t\tif (!this._safeShutdown) {\n\t\t\tconsole.log(new Date(), 'Safe Shutdown Command Received');\n\t\t}\n\n\t\tif (\n\t\t\t!this._monitorManagerFunction.getActiveMonitorFunctions().length && \n\t\t\t// (!this._monitorManagerFunction.getLastCompletedMonitorFunction() ||\n\t\t\t// Date.now() >= this._monitorManagerFunction.getLastCompletedMonitorFunction().endTime.getTime() + 1500) &&\n\t\t\t!this._offlineUpdates.length\n\t\t) {\n\t\t\tif (ResolveIOServer.getMongoConnection()) {\n\t\t\t\tResolveIOServer.getMongoConnection().close(false).then(() => {\n\t\t\t\t\tconsole.log(new Date(), 'Safe Exit Complete, Process Exit');\n\t\t\t\t\tprocess.exit(0);\n\t\t\t\t}, () => {process.exit(1)});\n\t\t\t}\n\t\t\telse {\n\t\t\t\tprocess.exit(0);\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tif (!this._safeShutdown) {\n\t\t\t\tthis._safeShutdown = true;\n\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis._safeShutdown = false;\n\t\t\t\t}, 1000);\n\n\t\t\t\tconsole.log(new Date(), \n\t\t\t\t\t'Safe Exit In Progress', \n\t\t\t\t\tthis._monitorManagerFunction.getActiveMonitorFunctions().length, \n\t\t\t\t\t// this._monitorManagerFunction.getLastCompletedMonitorFunction() ? this._monitorManagerFunction.getLastCompletedMonitorFunction().endTime : '',\n\t\t\t\t\tthis._offlineUpdates.length\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tsetImmediate(() => {\n\t\t\t\tthis.safeShutdown();\n\t\t\t});\n\t\t}\n\t}\n\n\tgetIsWorkersEnabled() {\n\t\treturn this._isWorkersEnabled;\n\t}\n\n\tgetIsWorkerInstance() {\n\t\treturn this._isWorkerInstance;\n\t}\n\n\tpublic getWSList() {\n\t\tlet res = [];\n\n\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\tres.push(ws['id_socket']);\n\t\t});\n\n\t\treturn res;\n\t}\n\n\tpublic getWSUserList() {\n\t\tlet res = [];\n\n\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\tres.push(ws['id_user']);\n\t\t});\n\n\t\treturn res;\n\t}\n\n\tpublic getHTTPServer() {\n\t\treturn this._serverHTTP;\n\t}\n\n\tpublic getCronManager() {\n\t\treturn this._cronManager;\n\t}\n\n\tpublic getMethodManager() {\n\t\treturn this._methodManager;\n\t}\n\n\tpublic getSubscriptionManager() {\n\t\treturn this._subscriptionManager;\n\t}\n\n\tpublic getMonitorManager() {\n\t\treturn this._monitorManager;\n\t}\n\n\tpublic getRebootFlag() {\n\t\treturn this._rebootFlag;\n\t}\n\n\tpublic getWebSocketManager(): WebSocketManager {\n\t\treturn this._websocketManager;\n\t}\n\n\tprivate createServer(): void {\n\t\t// Start express server\n\t\tthis._serverHTTP = createServer(this._app);\n\t\tthis._serverHTTP.keepAliveTimeout = 65000;\n\t\tthis._serverHTTP.headersTimeout = 66000; // This should be bigger than `keepAliveTimeout + your server's expected response time`\n\n\t\t// Start websocket server\n\t\t// Verify client with token before opening socket\n\t\tthis._serverWSS = new WebSocket.Server({\n\t\t\tport: this._portWSS,\n\t\t\tverifyClient: this.publicProgram ? null : async (info, cb) => {\n\t\t\t\tif (this._rebootFlag) {\n\t\t\t\t\tcb(false, 409, 'Unable To Process');\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\t\t\tconsole.log('Verify Client', info, cb);\n\t\t\t\t\t}\n\n\t\t\t\t\tlet infoData = (<string>info.req.headers['sec-websocket-protocol']).split(/,/);\n\n\t\t\t\t\tif (info.origin !== ResolveIOServer.getServerConfig()['ROOT_URL'] && info.origin !== ResolveIOServer.getServerConfig()['SEC_ROOT_URL'] && info.origin !== ResolveIOServer.getServerConfig()['RESOLVEIO_URL'] && info.origin !== ResolveIOServer.getServerConfig()['RESOLVEIO_SECONDARY_URL']) {\n\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tlet token = infoData[0];\n\t\t\t\t\t\tif (!token) {\n\t\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tjwt.verify(token, ResolveIOServer.getServerConfig()['JWT_SECRET'], async (err, decoded) => {\n\t\t\t\t\t\t\t\tif (err) {\n\t\t\t\t\t\t\t\t\tcb(false, 401, 'Unauthorized');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\tinfo.req['id_user'] = decoded['id_user'];\n\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\tlet user = await Users.findById(decoded['id_user']);\n\t\t\t\t\t\t\t\t\t\tif (user) {\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['user'] = user.fullname;\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['user_readonly'] = user.readonly || false;\n\t\t\t\t\t\t\t\t\t\t\tinfo.req['doc_user'] = user;\n\t\t\t\t\t\t\t\t\t\t\tcb(true);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\t\t\tcb(false);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tcatch (err) {\n\t\t\t\t\t\t\t\t\t\tcb(false);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\t// Listen to port for websocket\n\tprivate listen(): void {\n\t\tthis._serverHTTP.listen(this._portHTTP, () => {\n\t\t\tconsole.log('Running server on port %s', this._portHTTP);\n\t\t});\n\n\t\tthis._serverWSS.on('listening', () => {\n\t\t\tconsole.log('Running server on port %s', this._portWSS);\n\t\t});\n\n\t\t// On websocket connection (already verified)\n\t\tthis._serverWSS.on('connection', (ws, req) => {\n\t\t\tif (!this.publicProgram) {\n\t\t\t\t// Get user from token\n\t\t\t\tws['id_user'] = req['id_user'];\n\t\t\t\tws['user'] = req['user'];\n\t\t\t\tws['user_readonly'] = req['user_readonly'];\n\t\t\t\tws['doc_user'] = req['doc_user'];\n\n\t\t\t\tif (ws['user'] !== 'Admin' && ResolveIOServer.getServerConfig()['CLIENT_NAME'] !== 'ResolveIO') {\n\t\t\t\t\tthis.getMethodManager().callMethodInternal.call(this.getMethodManager(), 'supportCreateBillingUser', {\n\t\t\t\t\t\tid_user: ws['id_user'],\n\t\t\t\t\t\tuser: ws['user'],\n\t\t\t\t\t\tdate: new Date(),\n\t\t\t\t\t\tclient: ResolveIOServer.getClientName()\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tws['id_socket'] = objectIdHexString();\n\t\t\tws['retryCnt'] = 0;\n\n\t\t\tthis._websocketManager.addWebSocket(ws);\n\n\t\t\tthis._subscriptionManager.createLoggedInUser(ws['id_socket']).then(() => {\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}, 5000);\n\t\t\t});\n\n\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\tconsole.log('Connection from: ' + req['user']);\n\t\t\t}\n\t\t\t\n\t\t\t// Use for keeping connection alive (ping/pong)\n\t\t\tws['isAlive'] = true;\n\t\t\tws.on('message', async (message: string) => {\n\t\t\t\tif (this.LOGGER === 'DEBUG') {\n\t\t\t\t\tconsole.log('Message from: ' + ws['user'], message);\n\t\t\t\t}\n\n\t\t\t\tthis._debugMsgRecv += 1;\n\n\t\t\t\tlet parseErrorFound = false;\n\n\t\t\t\tlet socketData = [];\n\t\t\t\t\n\t\t\t\ttry {\n\t\t\t\t\tsocketData = JSON.parse(message, dateReviver);\n\t\t\t\t}\n\t\t\t\tcatch(e) {\n\t\t\t\t\tconsole.log('Error - JSON.parse', message);\n\t\t\t\t\t\n\t\t\t\t\tthis._methodManager.sendEmail('dev@resolveio.com', 'SERVER - JSON Parse Error - ' + ResolveIOServer.getServerConfig()['CLIENT_NAME'], JSON.stringify([message, e]));\n\n\t\t\t\t\tparseErrorFound = true;\n\t\t\t\t}\n\n\t\t\t\tif (!parseErrorFound) {\n\t\t\t\t\tif (typeof socketData === 'string' && socketData === 'ping') {\n\t\t\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\t\t\tws.send('pong', (error) => {\n\t\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Pong');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telse if (typeof socketData === 'string' && socketData === 'pong') {\n\t\t\t\t\t\tws['isAlive'] = true;\n\t\t\t\t\t\tws['pongTime'] = new Date();\n\t\t\t\t\t\tws['latency'] = moment.duration(moment(ws['pongTime']).diff(ws['pingTime'])).asMilliseconds();\n\t\t\t\t\t\tthis._subscriptionManager.loggedInLatency(ws);\n\t\t\t\t\t\t\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!Array.isArray(socketData[0])) {\n\t\t\t\t\t\t// Not an array, invalid message\n\t\t\t\t\t\tconsole.log('Invalid message format, expected array:', socketData);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tfor (let message of socketData) {\n\t\t\t\t\t\t\tawait this.processSocketMessage(ws, message);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('end', () => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), 'Server App', 'WS End');\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('close', () => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), 'Server App', 'WS Close');\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('error', error => {\n\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\tconsole.log(new Date(), ws['user'], ws['id_socket'], 'WS Error');\n\t\t\t\t}\n\t\t\t\t\n\t\t\t});\n\t\t});\n\n\t\t// Keep alive timer to ping/pong\n\t\tsetInterval(() => {\n\t\t\tthis._serverWSS.clients.forEach((ws: WebSocket) => {\n\t\t\t\tif (ws['pingTime'] && Date.now() - ws['pingTime'].getTime() >= 20000) {\n\t\t\t\t\tif (ws['isAlive'] === false) {\n\t\t\t\t\t\tws['retryCnt']++;\n\n\t\t\t\t\t\tif (ws['retryCnt'] >= 3) {\n\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tws['retryCnt'] = 0;\n\t\t\t\t\t\tws['isAlive'] = false;\n\t\t\t\t\t\tws['pingTime'] = new Date();\n\t\t\t\t\t\tws.send('ping', (error) => {\n\t\t\t\t\t\t\tif (error) {\n\t\t\t\t\t\t\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\t\t\t\t\t\t\tconsole.log(new Date(), 'Server App', 'Error WS Ping');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tthis.unsubscribeWS(ws);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}, 20000);\n\t}\n\n\tprivate async processSocketMessage(ws: WebSocket, socketData: any[]) {\n\t\tlet messageRoute = socketData[0];\n\n\t\tif (!this.publicProgram && this._clientRoutes.some(a => messageRoute.includes(a)) && !ws['doc_user'].roles.groups.some(a => a.views.some(b => messageRoute.includes(b) || b.includes(messageRoute))) && !ws['doc_user'].roles.super_admin) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet messageDate = socketData[1];\n\t\tlet messageId = socketData[2];\n\t\tlet type = socketData[3];\n\n\t\tif (type === 'subscription') {\n\t\t\tlet subType = socketData[4];\n\t\t\tlet pub = socketData[5];\n\n\t\t\t// Subscribe\n\t\t\tif (subType === 'sub') {\n\t\t\t\tthis._subscriptionManager.subscribe(messageRoute, messageDate, ws, messageId, pub, socketData.slice(6));\n\t\t\t}\n\t\t\t// Unsubscribe\n\t\t\telse {\n\t\t\t\tthis._subscriptionManager.unsubscribe(messageRoute, messageDate, ws, messageId, pub, socketData.slice(6));\n\t\t\t}\n\t\t}\n\t\telse if (!this.publicProgram && type === 'offline') {\n\t\t\tlet serverRes: ServerResponseModel = {\n\t\t\t\tmessageId: messageId,\n\t\t\t\thasError: false,\n\t\t\t\tdata: 'ACK'\n\t\t\t};\n\n\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\tthis._websocketManager.send(ws, serverRes);\n\t\t\t}\n\n\t\t\tthis._offlineUpdates.push(ws);\n\t\t\tlet offlineUpdates = socketData[4];\n\n\t\t\tfor (let i = 0; i < offlineUpdates.length; i++) {\n\t\t\t\tlet update = offlineUpdates[i];\n\n\t\t\t\tlet data = update.data;\n\n\t\t\t\tlet updateRoute = data.shift();\n\t\t\t\tlet updateDate = data.shift();\n\t\t\t\tlet updateMessageId = data.shift();\n\t\t\t\tlet updateType = data.shift();\n\t\t\t\tlet method = data.shift();\n\t\t\t\tlet methodLatencyId = objectIdHexString();\n\n\t\t\t\tlet serverResMethod: ServerResponseModel = {\n\t\t\t\t\tmessageId: updateMessageId,\n\t\t\t\t\thasError: false,\n\t\t\t\t\tdata: 'ACK'\n\t\t\t\t};\n\n\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\tthis._websocketManager.send(ws, serverResMethod);\n\t\t\t\t}\n\n\t\t\t\tif (method === 'insertDocument' && data[0] === 'driver-gps') {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\tResolveIOServer.getServerConfig()['ROOT_URL'] !== 'https://resolveio.com'\n\t\t\t\t&& ResolveIOServer.getServerConfig()['ROOT_URL'] !== 'http://localhost:4200'\n\t\t\t\t) {\n\t\t\t\t\tResolveIOServer.getLocalLogManager().writeLog({\n\t\t\t\t\t\ttype: 'log-method-latency',\n\t\t\t\t\t\tdate: new Date(),\n\t\t\t\t\t\tdata: {\n\t\t\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t\t\t__v: 0,\n\t\t\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\t\t\tdate_end: null,\n\t\t\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\t\t\tmethod: method\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tLogMethodLatencies.create({\n\t\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t\t__v: 0,\n\t\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\t\tdate_end: null,\n\t\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\t\tmethod: method\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (method !== 'reportBuilderGetResults' && method !== 'reportBuilderGetDistinctValue' && method !== 'reportBuilderBuildTree' && method !== 'generatePDF' && method !== 'getWOOfflineData' && method !== 'countQuery' && method !== 'countWithQuery' && method !== 'countCollectionWithQuery' && method !== 'find' && method !== 'findOne' && method !== 'findWithOptions' && method !== 'getDrivers' && method !== 'processAirdropDistribution') {\n\t\t\t\t\tLogs.insertOne({\n\t\t\t\t\t\t_id: objectIdHexString(),\n\t\t\t\t\t\ttype: 'client-request',\n\t\t\t\t\t\tcollection: '',\n\t\t\t\t\t\tid_document: '',\n\t\t\t\t\t\tpayload: getBinarySize(JSON.stringify(data)) < 200000 ? JSON.stringify(data, null, 2) : 'Too Big',\n\t\t\t\t\t\tmethod: method,\n\t\t\t\t\t\tid_user: ws['id_user'] || '',\n\t\t\t\t\t\tuser: ws['user'] || '',\n\t\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\t\troute: messageRoute\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (this._methodManager._methods[method]) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tawait this._methodManager.callMethodInternal.call(Object.assign({}, this._methodManager, MethodManager.prototype, {id_user: ws['id_user'], user: ws['user'], id_ws: ws['id_socket']}), method, ...data);\n\t\t\t\t\t}\n\t\t\t\t\tcatch (err) {\n\t\t\t\t\t\tconsole.log(new Date(), 'Offline Error', JSON.stringify(err, null, 2));\n\t\t\t\t\t}\n\n\t\t\t\t\tif (method === 'updateDocumentOffline' || method === 'updateDocumentPropsOffline') {\n\t\t\t\t\t\tResolveIOServer.getMongoManager().invalidateQueryCache(data[0]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tconsole.log('Offline - Could not find method: ' + method);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthis._offlineUpdates.splice(this._offlineUpdates.map(a => a['id_socket']).indexOf(ws['id_socket']), 1);\n\t\t}\n\t\telse { //methods\n\t\t\tlet data = [...socketData];\n\t\t\t\n\t\t\tlet messageRoute: string = data.shift();\n\t\t\tlet messageDate: Date = data.shift();\n\t\t\tlet messageId: number = data.shift();\n\t\t\tlet type: string = data.shift();\n\n\t\t\tif (type === 'method') {\n\t\t\t\tlet method = data.shift();\n\n\t\t\t\tif (ws['user_readonly']) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tlet methodLatencyId = objectIdHexString();\n\n\t\t\t\tif (\n\t\t\t\t\tResolveIOServer.getServerConfig()['ROOT_URL'] !== 'https://resolveio.com'\n\t\t\t\t&& ResolveIOServer.getServerConfig()['ROOT_URL'] !== 'http://localhost:4200'\n\t\t\t\t) {\n\t\t\t\t\tResolveIOServer.getLocalLogManager().writeLog({\n\t\t\t\t\t\ttype: 'log-method-latency',\n\t\t\t\t\t\tdate: new Date(),\n\t\t\t\t\t\tdata: {\n\t\t\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t\t\t__v: 0,\n\t\t\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\t\t\tdate_end: null,\n\t\t\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\t\t\tmethod: method\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tLogMethodLatencies.create({\n\t\t\t\t\t\t_id: methodLatencyId,\n\t\t\t\t\t\t__v: 0,\n\t\t\t\t\t\tdate_start: new Date(),\n\t\t\t\t\t\tdate_end: null,\n\t\t\t\t\t\tlatency_ms: 0,\n\t\t\t\t\t\tmethod: method\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (method !== 'reportBuilderGetResults' && method !== 'reportBuilderGetDistinctValue' && method !== 'reportBuilderBuildTree' && method !== 'generatePDF' && method !== 'getWOOfflineData' && method !== 'countQuery' && method !== 'countWithQuery' && method !== 'countCollectionWithQuery' && method !== 'find' && method !== 'findOne' && method !== 'findWithOptions' && method !== 'getDrivers' && method !== 'processAirdropDistribution') {\n\t\t\t\t\tLogs.insertOne({\n\t\t\t\t\t\t_id: objectIdHexString(),\n\t\t\t\t\t\ttype: 'client-request',\n\t\t\t\t\t\tcollection: '',\n\t\t\t\t\t\tid_document: '',\n\t\t\t\t\t\tpayload: getBinarySize(JSON.stringify(data)) < 200000 ? JSON.stringify(data, null, 2) : 'Too Big',\n\t\t\t\t\t\tmethod: method,\n\t\t\t\t\t\tid_user: ws['id_user'] || '',\n\t\t\t\t\t\tuser: ws['user'] || '',\n\t\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\t\troute: messageRoute\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tlet serverRes: ServerResponseModel = {\n\t\t\t\t\tmessageId: messageId,\n\t\t\t\t\thasError: false,\n\t\t\t\t\tdata: 'ACK'\n\t\t\t\t};\n\n\t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t\t\tthis._websocketManager.send(ws, serverRes);\n\t\t\t\t}\n\n\t\t\t\tif (this._methodManager._methods[method]) {\n\t\t\t\t\tthis._methodManager.callMethod(methodLatencyId, ws, messageDate, messageId, method, ...data);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tconsole.log('Could not find method: ' + method);\n\t\t\t\t}\n\t\t\t}\n\t\t\t// else if (type === 'methodResponse') {\n\t\t\t// \tlet method = data.shift();\n\n\t\t\t// \tMethodResponses.findOne({ $and: [{ id_user: ws['id_user'] }, { message_id: messageId }, { method: method }, { date: messageDate }] }).then(\n\t\t\t// \t\tres => {\n\t\t\t// \t\t\tif (res) {\n\t\t\t// \t\t\t\tif (ws && ws.readyState === ws.OPEN) {\n\t\t\t// \t\t\t\t\tthis._websocketManager.send(ws, res.response);\n\t\t\t// \t\t\t\t}\n\t\t\t// \t\t\t}\n\t\t\t// \t\t},\n\t\t\t// \t\terr => {}\n\t\t\t// \t);\n\t\t\t// }\n\t\t}\n\t}\n\n\tpublic unsubscribeWS(ws: WebSocket) {\n\t\tif (this._subscriptionManager.getEnableDebug()) {\n\t\t\tconsole.log(new Date(), 'Server App', 'Unsub WS', ws['user'], ws['id_socket']);\n\t\t}\n\t\tthis._subscriptionManager.unsubscribeAll(ws);\n\t\tws.removeAllListeners();\n\t\tws = null;\n\t}\n\n\tpublic getApp() {\n\t\treturn this._app;\n\t}\n\n\tpublic getServerConfig() {\n\t\treturn ResolveIOServer.getServerConfig();\n\t}\n}"]}
@@ -1,3 +0,0 @@
1
- import { MongoManagerCollection } from '../managers/mongo.manager';
2
- import { LogModel } from '../models/log.model';
3
- export declare let Logs: MongoManagerCollection<LogModel>;
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Logs=void 0;var index_1=require("../index"),mongo_manager_1=require("../managers/mongo.manager"),schema={_id:{type:String,optional:!0},createdAt:{type:Date,optional:!0},metadata:{type:Object},"metadata.type":{type:String},"metadata.collection":{type:String},id_document:{type:String},payload:{type:String},method:{type:String},id_user:{type:String},user:{type:String},messageId:{type:Number},route:{type:String}};function initializeCollection(){var e;index_1.ResolveIOServer&&index_1.ResolveIOServer.getMainDB()?(e=new mongo_manager_1.MongoManagerModel({collectionName:"logs",schema:schema,useVersionCollection:!1,useReportBuilder:!1,reportBuilderLookupTables:[],timestamps:!0,createLogs:!1,checkSchema:!0,collectionOptions:null}),exports.Logs=e.collection_main,exports.Logs.createIndex({createdAt:1},{expireAfterSeconds:7776e3}),exports.Logs.createIndex({createdAt:-1,type:1,id_document:1}),exports.Logs.createIndex({createdAt:-1,type:1,user:1}),exports.Logs.createIndex({createdAt:-1,type:1,method:1}),exports.Logs.createIndex({createdAt:-1,type:1,route:1}),exports.Logs.createIndex({createdAt:-1,type:1,collection:1,id_document:1}),exports.Logs.createIndex({createdAt:-1,type:1,collection:1,method:1,route:1}),exports.Logs.createIndex({createdAt:-1,type:1,collection:1,route:1})):setTimeout(function(){initializeCollection()},1)}exports.Logs=null,initializeCollection();
2
- //# sourceMappingURL=log-ts.collection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/collections/log-ts.collection.ts"],"names":["index_1","require","mongo_manager_1","schema","_id","type","String","optional","createdAt","Date","metadata","Object","metadata.type","metadata.collection","id_document","payload","method","id_user","user","messageId","Number","route","initializeCollection","model","ResolveIOServer","getMainDB","MongoManagerModel","collectionName","useVersionCollection","useReportBuilder","reportBuilderLookupTables","timestamps","createLogs","checkSchema","collectionOptions","exports","Logs","collection_main","createIndex","expireAfterSeconds","collection","setTimeout"],"mappings":"wFAAA,IAAAA,QAAAC,QAAA,UAAA,EACAC,gBAAAD,QAAA,2BAAA,EAGIE,OAAc,CACjBC,IAAK,CACJC,KAAMC,OACNC,SAAU,CAAA,C,EAEXC,UAAW,CACVH,KAAMI,KACNF,SAAU,CAAA,C,EAEXG,SAAU,CACTL,KAAMM,M,EAEPC,gBAAiB,CAChBP,KAAMC,M,EAEPO,sBAAuB,CACtBR,KAAMC,M,EAEPQ,YAAa,CACZT,KAAMC,M,EAEPS,QAAS,CACRV,KAAMC,M,EAEPU,OAAQ,CACPX,KAAMC,M,EAEPW,QAAS,CACRZ,KAAMC,M,EAEPY,KAAM,CACLb,KAAMC,M,EAEPa,UAAW,CACVd,KAAMe,M,EAEPC,MAAO,CACNhB,KAAMC,M,GAQR,SAASgB,uBACR,IACOC,EADHvB,QAAAwB,iBAAmBxB,QAAAwB,gBAAgBC,UAAS,GACzCF,EAAQ,IAAIrB,gBAAAwB,kBAA4B,CAC7CC,eAAgB,OAChBxB,OAAQA,OACRyB,qBAAsB,CAAA,EACtBC,iBAAkB,CAAA,EAClBC,0BAA2B,GAC3BC,WAAY,CAAA,EACZC,WAAY,CAAA,EACZC,YAAa,CAAA,EACbC,kBAAmB,I,CACnB,EACDC,QAAAC,KAAOb,EAAMc,gBACbF,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAG,CAAC+B,mBAAoB,MAAiB,CAAC,EACxEJ,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGS,YAAa,CAAC,CAAC,EACzDqB,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGa,KAAM,CAAC,CAAC,EAClDiB,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGW,OAAQ,CAAC,CAAC,EACpDmB,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGgB,MAAO,CAAC,CAAC,EACnDc,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGmC,WAAY,EAAG1B,YAAa,CAAC,CAAC,EACxEqB,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGmC,WAAY,EAAGxB,OAAQ,EAAGK,MAAO,CAAC,CAAC,EAC7Ec,QAAAC,KAAKE,YAAY,CAAC9B,UAAW,CAAC,EAAGH,KAAM,EAAGmC,WAAY,EAAGnB,MAAO,CAAC,CAAC,GAGlEoB,WAAW,WACVnB,qBAAoB,CACrB,EAAG,CAAC,CAEN,CAhCWa,QAAAC,KAAyC,KAEpDd,qBAAoB","file":"log-ts.collection.js","sourcesContent":["import { ResolveIOServer } from '../index';\nimport { MongoManagerCollection, MongoManagerModel } from '../managers/mongo.manager';\nimport { LogModel } from '../models/log.model';\n\nlet schema: any = {\n\t_id: {\n\t\ttype: String,\n\t\toptional: true\n\t},\n\tcreatedAt: {\n\t\ttype: Date,\n\t\toptional: true\n\t},\n\tmetadata: {\n\t\ttype: Object\n\t},\n\t'metadata.type': {\n\t\ttype: String\n\t},\n\t'metadata.collection': {\n\t\ttype: String\n\t},\n\tid_document: {\n\t\ttype: String\n\t},\n\tpayload: {\n\t\ttype: String\n\t},\n\tmethod: {\n\t\ttype: String\n\t},\n\tid_user: {\n\t\ttype: String\n\t},\n\tuser: {\n\t\ttype: String\n\t},\n\tmessageId: {\n\t\ttype: Number\n\t},\n\troute: {\n\t\ttype: String\n\t}\n};\n\nexport let Logs: MongoManagerCollection<LogModel> = null;\n\ninitializeCollection();\n\nfunction initializeCollection() {\n\tif (ResolveIOServer && ResolveIOServer.getMainDB()) {\n\t\tconst model = new MongoManagerModel<LogModel>({\n\t\t\tcollectionName: 'logs',\n\t\t\tschema: schema,\n\t\t\tuseVersionCollection: false,\n\t\t\tuseReportBuilder: false,\n\t\t\treportBuilderLookupTables: [],\n\t\t\ttimestamps: true,\n\t\t\tcreateLogs: false,\n\t\t\tcheckSchema: true,\n\t\t\tcollectionOptions: null\n\t\t});\n\t\tLogs = model.collection_main;\n\t\tLogs.createIndex({createdAt: 1}, {expireAfterSeconds: 60 * 60 * 24 * 90});\n\t\tLogs.createIndex({createdAt: -1, type: 1, id_document: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, user: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, method: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, route: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, collection: 1, id_document: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, collection: 1, method: 1, route: 1});\n\t\tLogs.createIndex({createdAt: -1, type: 1, collection: 1, route: 1});\n\t}\n\telse {\n\t\tsetTimeout(() => {\n\t\t\tinitializeCollection();\n\t\t}, 1);\n\t}\n}"]}
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";var __read=this&&this.__read||function(t,r){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var a,o,i=n.call(t),u=[];try{for(;(void 0===r||0<r--)&&!(a=i.next()).done;)u.push(a.value)}catch(t){o={error:t}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return u},__spreadArray=this&&this.__spreadArray||function(t,r,n){if(n||2===arguments.length)for(var a,o=0,i=r.length;o<i;o++)!a&&o in r||((a=a||Array.prototype.slice.call(r,0,o))[o]=r[o]);return t.concat(a||Array.prototype.slice.call(r))},worker_threads_1=(Object.defineProperty(exports,"__esModule",{value:!0}),require("worker_threads")),common_1=require("../util/common"),totalPerfomanceMonitor=[];function processMsg(n){totalPerfomanceMonitor.length?(totalPerfomanceMonitor.forEach(function(r){var t=n.filter(function(t){return t.function===r.function&&t.publication===r.publication&&JSON.stringify(t.subscriptionData)===JSON.stringify(r.subscriptionData)});t.length?(r.data=r.data.concat(t),r.duration_total_max=Math.max.apply(Math,__spreadArray([],__read(r.data.map(function(t){return t.duration})),!1)),r.duration_total_min=Math.min.apply(Math,__spreadArray([],__read(r.data.map(function(t){return t.duration})),!1)),r.duration_total_avg=(0,common_1.round)(r.data.map(function(t){return t.duration}).reduce(function(t,r){return t+r},0)/r.data.length),r.hits_total=r.data.length,r.duration_current_max=Math.max.apply(Math,__spreadArray([],__read(t.map(function(t){return t.duration})),!1)),r.duration_current_min=Math.min.apply(Math,__spreadArray([],__read(t.map(function(t){return t.duration})),!1)),r.duration_current_avg=(0,common_1.round)(t.map(function(t){return t.duration}).reduce(function(t,r){return t+r},0)/t.length),r.hits_current=t.length):(r.duration_current_max=0,r.duration_current_min=0,r.duration_current_avg=0,r.hits_current=0),t.forEach(function(r){n.splice(n.findIndex(function(t){return t._id===r._id}),1)})}),n.forEach(function(r){var t=totalPerfomanceMonitor.find(function(t){return t.function===r.function&&t.publication===r.publication&&JSON.stringify(t.subscriptionData)===JSON.stringify(r.subscriptionData)});t?t.data.push(r):totalPerfomanceMonitor.push({function:r.function,publication:r.publication,subscriptionData:r.subscriptionData,data:[r],duration_total_max:0,duration_total_min:0,duration_total_avg:0,hits_total:0,duration_current_max:0,duration_current_min:0,duration_current_avg:0,hits_current:0})})):(n.forEach(function(r){var t=totalPerfomanceMonitor.find(function(t){return t.function===r.function&&t.publication===r.publication&&JSON.stringify(t.subscriptionData)===JSON.stringify(r.subscriptionData)});t?t.data.push(r):totalPerfomanceMonitor.push({function:r.function,publication:r.publication,subscriptionData:r.subscriptionData,data:[r],duration_total_max:0,duration_total_min:0,duration_total_avg:0,hits_total:0,duration_current_max:0,duration_current_min:0,duration_current_avg:0,hits_current:0})}),totalPerfomanceMonitor.forEach(function(t){t.duration_total_max=Math.max.apply(Math,__spreadArray([],__read(t.data.map(function(t){return t.duration})),!1)),t.duration_total_min=Math.min.apply(Math,__spreadArray([],__read(t.data.map(function(t){return t.duration})),!1)),t.duration_total_avg=(0,common_1.round)(t.data.map(function(t){return t.duration}).reduce(function(t,r){return t+r},0)/t.data.length),t.hits_total=t.data.length,t.duration_current_max=Math.max.apply(Math,__spreadArray([],__read(t.data.map(function(t){return t.duration})),!1)),t.duration_current_min=Math.min.apply(Math,__spreadArray([],__read(t.data.map(function(t){return t.duration})),!1)),t.duration_current_avg=(0,common_1.round)(t.data.map(function(t){return t.duration}).reduce(function(t,r){return t+r},0)/t.data.length),t.hits_current=t.data.length})),console.log("---------------------------------------------------------------------------------"),console.log("---------------------------------------------------------------------------------"),console.log("Performance",new Date),console.log("---------------------------------------------------------------------------------"),console.log("Function, Publication, Hits Total, Dur Tot Max, Dur Tot Min, Dur Tot Avg, Hits Current, Dur Curr Max, Dur Curr Min, Dur Curr Avg, Sub Data"),totalPerfomanceMonitor.sort(function(t,r){return r.hits_total-t.hits_total}).forEach(function(t){console.log(t.function+","+t.publication+","+t.hits_total+","+t.duration_total_max+","+t.duration_total_min+","+t.duration_total_avg+","+t.hits_current+","+t.duration_current_max+","+t.duration_current_min+","+t.duration_current_avg+","+JSON.stringify(t.subscriptionData))}),console.log("---------------------------------------------------------------------------------"),console.log("---------------------------------------------------------------------------------")}worker_threads_1.parentPort.on("message",function(t){console.log("Recv Msg"),processMsg(t)});
2
- //# sourceMappingURL=subscription.performance.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/managers/subscription.performance.ts"],"names":["worker_threads_1","require","common_1","totalPerfomanceMonitor","processMsg","msg","length","forEach","total","currents","filter","a","function","publication","JSON","stringify","subscriptionData","data","concat","duration_total_max","Math","max","apply","__spreadArray","__read","map","duration","duration_total_min","min","duration_total_avg","round","reduce","b","hits_total","duration_current_max","duration_current_min","duration_current_avg","hits_current","current","splice","findIndex","_id","entry","find","push","console","log","Date","sort","parentPort","on"],"mappings":"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","file":"subscription.performance.js","sourcesContent":["import { parentPort } from 'worker_threads';\nimport { round } from '../util/common';\n\ninterface CurrentPerformanceMonitor {\n\t_id: number;\n\tfunction: string;\n\tpublication: string;\n\tsubscriptionData: any[];\n\tdate_start: Date;\n\tdate_end: Date;\n\tduration: number;\n\tresult: string;\n}\n\ninterface TotalPerformanceMonitor {\n\tfunction: string;\n\tpublication: string;\n\tsubscriptionData: any[];\n\tdata: CurrentPerformanceMonitor[];\n\tduration_total_max: number;\n\tduration_total_min: number;\n\tduration_total_avg: number;\n\thits_total: number;\n\tduration_current_max: number;\n\tduration_current_min: number;\n\tduration_current_avg: number;\n\thits_current: number;\n}\n\nlet totalPerfomanceMonitor: TotalPerformanceMonitor[] = [];\n\nparentPort.on('message', msg => {\n console.log('Recv Msg');\n\tprocessMsg(msg);\n});\n\nfunction processMsg(msg: CurrentPerformanceMonitor[]) {\n\tif (totalPerfomanceMonitor.length) {\n totalPerfomanceMonitor.forEach(total => {\n let currents = msg.filter(a => a.function === total.function && a.publication === total.publication && JSON.stringify(a.subscriptionData) === JSON.stringify(total.subscriptionData));\n\n if (currents.length) {\n total.data = total.data.concat(currents);\n total.duration_total_max = Math.max(...total.data.map(a => a.duration));\n total.duration_total_min = Math.min(...total.data.map(a => a.duration));\n total.duration_total_avg = round(total.data.map(a => a.duration).reduce((a, b) => a + b, 0) / total.data.length);\n total.hits_total = total.data.length;\n total.duration_current_max = Math.max(...currents.map(a => a.duration));\n total.duration_current_min = Math.min(...currents.map(a => a.duration));\n total.duration_current_avg = round(currents.map(a => a.duration).reduce((a, b) => a + b, 0) / currents.length);\n total.hits_current = currents.length;\n }\n else {\n total.duration_current_max = 0;\n total.duration_current_min = 0;\n total.duration_current_avg = 0;\n total.hits_current = 0;\n }\n\n currents.forEach(current => {\n msg.splice(msg.findIndex(a => a._id === current._id), 1);\n });\n });\n\n msg.forEach(entry => {\n let total = totalPerfomanceMonitor.find(a => a.function === entry.function && a.publication === entry.publication && JSON.stringify(a.subscriptionData) === JSON.stringify(entry.subscriptionData));\n if (total) {\n total.data.push(entry);\n }\n else {\n totalPerfomanceMonitor.push({\n function: entry.function,\n publication: entry.publication,\n subscriptionData: entry.subscriptionData,\n data: [entry],\n duration_total_max: 0,\n duration_total_min: 0,\n duration_total_avg: 0,\n hits_total: 0,\n duration_current_max: 0,\n duration_current_min: 0,\n duration_current_avg: 0,\n hits_current: 0\n });\n }\n });\n }\n else {\n msg.forEach(entry => {\n let total = totalPerfomanceMonitor.find(a => a.function === entry.function && a.publication === entry.publication && JSON.stringify(a.subscriptionData) === JSON.stringify(entry.subscriptionData));\n if (total) {\n total.data.push(entry);\n }\n else {\n totalPerfomanceMonitor.push({\n function: entry.function,\n publication: entry.publication,\n subscriptionData: entry.subscriptionData,\n data: [entry],\n duration_total_max: 0,\n duration_total_min: 0,\n duration_total_avg: 0,\n hits_total: 0,\n duration_current_max: 0,\n duration_current_min: 0,\n duration_current_avg: 0,\n hits_current: 0\n });\n }\n });\n\n totalPerfomanceMonitor.forEach(total => {\n total.duration_total_max = Math.max(...total.data.map(a => a.duration));\n total.duration_total_min = Math.min(...total.data.map(a => a.duration));\n total.duration_total_avg = round(total.data.map(a => a.duration).reduce((a, b) => a + b, 0) / total.data.length);\n total.hits_total = total.data.length;\n total.duration_current_max = Math.max(...total.data.map(a => a.duration));\n total.duration_current_min = Math.min(...total.data.map(a => a.duration));\n total.duration_current_avg = round(total.data.map(a => a.duration).reduce((a, b) => a + b, 0) / total.data.length);\n total.hits_current = total.data.length;\n });\n }\n\n console.log('---------------------------------------------------------------------------------');\n console.log('---------------------------------------------------------------------------------');\n\n console.log('Performance', new Date());\n console.log('---------------------------------------------------------------------------------');\n\n\n console.log('Function, Publication, Hits Total, Dur Tot Max, Dur Tot Min, Dur Tot Avg, Hits Current, Dur Curr Max, Dur Curr Min, Dur Curr Avg, Sub Data');\n\n totalPerfomanceMonitor.sort((a, b) => b.hits_total - a.hits_total).forEach(total => {\n console.log(total.function + ',' + total.publication + ',' + total.hits_total + ',' + total.duration_total_max + ',' + total.duration_total_min + ',' + total.duration_total_avg + ',' + total.hits_current + ',' + total.duration_current_max + ',' + total.duration_current_min + ',' + total.duration_current_avg + ',' + JSON.stringify(total.subscriptionData));\n });\n\n console.log('---------------------------------------------------------------------------------');\n console.log('---------------------------------------------------------------------------------');\n}"]}