There's a script we developed that generates DOM instances and service instances on a service template.
This script seems to run quite slow (3s - 5s per instance) and it's timing out.
Is there a way to set the timeout time, and is there a way to optimize the script?
I can provide it for analysis if necessary.
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 13th August 2024
The Engine class has a timeout property that can be set to answer at least part of your question: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.Engine.html?q=engine%20timeout#properties
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 13th August 2024
apparently it’s the process of syncing the services that takes a long time (30s each).
Are there any potential improvements?