Skip to content

Commit 13b9ce4

Browse files
committed
defaults missing
1 parent 382378b commit 13b9ce4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

system/async/executors/Executor.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ component accessors="true" singleton {
399399
"queueRemainingCapacity" : 0,
400400
"queueSize" : 0,
401401
"queueType" : 0,
402-
"queueUtilization" : 0
402+
"queueUtilization" : 0,
403+
"healthStatus" : "unknown",
404+
"healthReport" : {}
403405
};
404406

405407
// Pool Stats

0 commit comments

Comments
 (0)