@cadenza.io/service 1.9.33 → 1.9.34

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
@@ -3507,7 +3507,6 @@ var CadenzaService = class {
3507
3507
  import_core3.default.validateName(serviceName);
3508
3508
  this.validateServiceName(serviceName);
3509
3509
  this.serviceRegistry.serviceName = serviceName;
3510
- GraphMetadataController.instance;
3511
3510
  options = __spreadValues({
3512
3511
  loadBalance: true,
3513
3512
  useSocket: true,
@@ -3579,6 +3578,10 @@ var CadenzaService = class {
3579
3578
  __retryCount: options.retryCount,
3580
3579
  __cadenzaDBConnect: (_k = options.cadenzaDB) == null ? void 0 : _k.connect
3581
3580
  });
3581
+ this.createEphemeralMetaTask("Handle service setup completion", (ctx) => {
3582
+ GraphMetadataController.instance;
3583
+ return true;
3584
+ }).doOn("meta.service_registry.instance_inserted");
3582
3585
  this.serviceCreated = true;
3583
3586
  }
3584
3587
  static createCadenzaMetaService(serviceName, description, options = {}) {