building block failed automatic rerun
F
Florian Nowarre
An automatic rerun of the building blocks makes sense because there might be hiccups on the other side, or I know that APIs can be flaky, or resources might not be available yet—especially if the building block was provisioned through a control tower and is mandatory. Ideally, I would like to be able to decide how often and at what intervals the building block should be re-executed. This would solve many problems directly.
Jelle den Burger
Thank you for your feature request! So for some (not all) building blocks you want to configure something like "Yes, rerun up to X amount of times before considering an actual failure"?
In what cases do these expected failures happen? With which cloud platforms?
F
Florian Nowarre
Jelle den Burger i have a connectivity buildingblock in azure that can failing because of there Eventual consistency approach. On AWS the problem is with Control Tower, it starts running when the tenant id is available not the towerExecution role is assigned. a rerun would solve both problems and I could imagine also some other use cases.