@xuda.io/runtime-bundle 1.0.711 → 1.0.712
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.
- package/js/xuda-runtime-bundle.js +2 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -1
- package/js/xuda-runtime-slim.min.es.js +2 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -27629,6 +27629,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
27629
27629
|
obj.queue_key = queue_key;
|
|
27630
27630
|
|
|
27631
27631
|
let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
|
|
27632
|
+
return false;
|
|
27632
27633
|
if (e.queue_key === queue_key) {
|
|
27633
27634
|
return e;
|
|
27634
27635
|
}
|
|
@@ -29266,7 +29267,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
|
|
|
29266
29267
|
clearInterval(interval);
|
|
29267
29268
|
resolve(job_num);
|
|
29268
29269
|
}
|
|
29269
|
-
if (i >
|
|
29270
|
+
if (i > 50) {
|
|
29270
29271
|
console.error('deadlock detected');
|
|
29271
29272
|
clearInterval(interval);
|
|
29272
29273
|
resolve(job_num);
|