@cadenza.io/service 1.9.39 → 1.9.41

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/dist/index.js CHANGED
@@ -1040,7 +1040,9 @@ var RestController = class _RestController {
1040
1040
  `meta.node.routine_execution_progress:${routineExecId}`,
1041
1041
  `meta.node.ended_routine_execution:${routineExecId}`
1042
1042
  );
1043
- CadenzaService.broker.emit("meta.rest.delegation_requested", ctx2);
1043
+ CadenzaService.broker.emit("meta.rest.delegation_requested", __spreadProps(__spreadValues({}, ctx2), {
1044
+ __name: ctx2.__remoteRoutineName
1045
+ }));
1044
1046
  });
1045
1047
  app.post("/signal", (req, res) => {
1046
1048
  let ctx2;
@@ -3243,9 +3245,6 @@ var DatabaseController = class _DatabaseController {
3243
3245
  `Auto-generated ${op} task for ${tableName}`,
3244
3246
  {
3245
3247
  isMeta: options.isMeta,
3246
- retryCount: 5,
3247
- retryDelay: 100,
3248
- retryDelayFactor: 1.3,
3249
3248
  validateInputContext: false,
3250
3249
  // TODO
3251
3250
  inputSchema: {