@onlineapps/service-wrapper 2.0.52 → 2.0.53
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/package.json +1 -1
- package/src/ServiceWrapper.js +0 -2
package/package.json
CHANGED
package/src/ServiceWrapper.js
CHANGED
|
@@ -26,7 +26,6 @@ const { ValidationOrchestrator } = require('@onlineapps/conn-orch-validator');
|
|
|
26
26
|
const INFRA_QUEUE_OWNERS = {
|
|
27
27
|
'workflow.init': 'Gateway (api_gateway)',
|
|
28
28
|
'registry.register': 'Registry (api_services_registry)',
|
|
29
|
-
'registry.heartbeats': 'Registry (api_services_registry)',
|
|
30
29
|
'validation.requests': 'Validator (api_services_validator)',
|
|
31
30
|
'workflow.completed': 'Delivery Dispatcher (api_delivery_dispatcher)',
|
|
32
31
|
'workflow.failed': 'Delivery Dispatcher (api_delivery_dispatcher)',
|
|
@@ -903,7 +902,6 @@ class ServiceWrapper {
|
|
|
903
902
|
const requiredInfrastructureQueues = [
|
|
904
903
|
'workflow.init', // Gateway responsibility
|
|
905
904
|
'registry.register', // Registry responsibility
|
|
906
|
-
'registry.heartbeats' // Registry responsibility
|
|
907
905
|
];
|
|
908
906
|
|
|
909
907
|
// Optional infrastructure queues (may not exist if services are not running)
|