Hi guys,
We have a pretty sensitive solution where we need to ensure the index is not broken at any time.
Here is the scenario. For some reason, the main build fails when the scheduled task runs. This means that the system will use the secondary build. But then, the secondary build will run and fail which will lead us to no valid index.
My question is: how can we prevent this scenario from happening? Meaning, if the primary build fails, avoid running the secondary build (or some other fall-back scenario).
Thank you very much in advance for any suggestion,
Adrian