Comparing version 0.4.44 to 0.4.45
@@ -20,2 +20,3 @@ /** | ||
HttpC = require('./task/httpc'), | ||
StatError = require('../stat/stat-error'), | ||
TagCounterPack = require('../pack/tagcount-pack'), | ||
@@ -92,4 +93,8 @@ TraceContextManager = require('../trace/trace-context-manager'), | ||
if (ctx.getElapsedTime() > conf.profile_max_time) { | ||
//강제 종료된다. | ||
TraceContextManager.end(ctx._id); | ||
//TraceContextManager.end(ctx._id); | ||
var obj = TraceContextManager.resume(ctx._id); | ||
TraceContextManager.addStep("Lost Connection",""); | ||
//ctx.status = 5; | ||
//ctx.error = StatError.addError(500, "Lost Connection", ctx.service_hash); | ||
TraceContextManager.endTrace(ctx); | ||
} | ||
@@ -96,0 +101,0 @@ } |
{ | ||
"name": "whatap", | ||
"homepage": "http://www.whatap.io", | ||
"version": "0.4.44", | ||
"releaseDate": "20220204", | ||
"version": "0.4.45", | ||
"releaseDate": "20220517", | ||
"description": "Monitoring and Profiling Service", | ||
@@ -7,0 +7,0 @@ "main": "index.js", |
910177
19152