@sentio/runtime 2.59.0-rc.26 → 2.59.0-rc.27
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.
@@ -59631,6 +59631,7 @@ var ProcessorServiceImpl = class {
|
|
59631
59631
|
let lastBinding = void 0;
|
59632
59632
|
for await (const request of requests) {
|
59633
59633
|
try {
|
59634
|
+
console.log("received request:", request, "lastBinding:", lastBinding);
|
59634
59635
|
if (request.binding) {
|
59635
59636
|
process_binding_count.add(1);
|
59636
59637
|
if (request.binding.handlerType === HandlerType.UNKNOWN) {
|
@@ -59671,6 +59672,7 @@ var ProcessorServiceImpl = class {
|
|
59671
59672
|
console.error("unexpect error during handle loop", e);
|
59672
59673
|
}
|
59673
59674
|
}
|
59675
|
+
console.info("process stream requests finished");
|
59674
59676
|
}
|
59675
59677
|
startProcess(processId, binding, contexts, subject) {
|
59676
59678
|
const dbContext = contexts.new(processId, subject);
|
@@ -59683,7 +59685,7 @@ var ProcessorServiceImpl = class {
|
|
59683
59685
|
});
|
59684
59686
|
recordRuntimeInfo(result, binding.handlerType);
|
59685
59687
|
}).catch((e) => {
|
59686
|
-
console.
|
59688
|
+
console.error(e);
|
59687
59689
|
dbContext.error(processId, e);
|
59688
59690
|
process_binding_error.add(1);
|
59689
59691
|
}).finally(() => {
|
@@ -59857,4 +59859,4 @@ long/umd/index.js:
|
|
59857
59859
|
@noble/curves/esm/secp256k1.js:
|
59858
59860
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59859
59861
|
*/
|
59860
|
-
//# sourceMappingURL=chunk-
|
59862
|
+
//# sourceMappingURL=chunk-MKMFMWQ4.js.map
|