Improve te panel de control logic
This commit is contained in:
@@ -95,6 +95,12 @@ class CloneOrchestrator:
|
||||
required=False, # Optional - provides procurement and purchase orders
|
||||
timeout=25.0 # Longer - clones many procurement entities
|
||||
),
|
||||
ServiceDefinition(
|
||||
name="orchestrator",
|
||||
url=os.getenv("ORCHESTRATOR_SERVICE_URL", "http://orchestrator-service:8000"),
|
||||
required=False, # Optional - provides orchestration run history
|
||||
timeout=15.0 # Standard timeout for orchestration data
|
||||
),
|
||||
]
|
||||
|
||||
async def clone_all_services(
|
||||
|
||||
Reference in New Issue
Block a user