Hi Dojo,
I made a protocol which deletes/creates services based on a SQL database with the help of service templates. I have tested that on the staging server and there was not a single failure.
Now in the production system (cluster of 4 DMAs) I had several runs where not all services have been created. Also after deleting the services, it looks like they need more time to get deleted through the cluster.
Today I added more logging, run a test and all services have been created.
Here I'm talking usually about 30 services which will be deleted, and recreated afterwards. Between the steps I had already a pause of 5s included.
Do I need to create more pauses after each deletion/creation?