@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.
@@ -4157,7 +4157,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
4157
4157
  clearInterval(interval);
4158
4158
  resolve(job_num);
4159
4159
  }
4160
- if (i > 20) {
4160
+ if (i > 50) {
4161
4161
  console.error('deadlock detected');
4162
4162
  clearInterval(interval);
4163
4163
  resolve(job_num);
@@ -8540,6 +8540,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
8540
8540
  obj.queue_key = queue_key;
8541
8541
 
8542
8542
  let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
8543
+ return false;
8543
8544
  if (e.queue_key === queue_key) {
8544
8545
  return e;
8545
8546
  }
@@ -4158,7 +4158,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
4158
4158
  clearInterval(interval);
4159
4159
  resolve(job_num);
4160
4160
  }
4161
- if (i > 20) {
4161
+ if (i > 50) {
4162
4162
  console.error('deadlock detected');
4163
4163
  clearInterval(interval);
4164
4164
  resolve(job_num);
@@ -8541,6 +8541,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
8541
8541
  obj.queue_key = queue_key;
8542
8542
 
8543
8543
  let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
8544
+ return false;
8544
8545
  if (e.queue_key === queue_key) {
8545
8546
  return e;
8546
8547
  }