Fix Demo enterprise
This commit is contained in:
@@ -117,6 +117,12 @@ class CloneOrchestrator:
|
||||
required=False, # Optional - provides orchestration history
|
||||
timeout=15.0
|
||||
),
|
||||
ServiceDefinition(
|
||||
name="distribution",
|
||||
url=os.getenv("DISTRIBUTION_SERVICE_URL", "http://distribution-service:8000"),
|
||||
required=False, # Optional - provides distribution routes and shipments
|
||||
timeout=20.0
|
||||
),
|
||||
]
|
||||
|
||||
async def _update_progress_in_redis(
|
||||
|
||||
Reference in New Issue
Block a user