Currently, the Type Sequencer logic involves a tight loop, which waits on sub-resource creation and completion. This has the ability to block other VRG operations while a backup/restore with sub-components is being processed.
Objective
Tight loop is removed and partial progress can be handled gracefully over multiple reconciles.
Context
Currently, the Type Sequencer logic involves a tight loop, which waits on sub-resource creation and completion. This has the ability to block other VRG operations while a backup/restore with sub-components is being processed.
Objective
Tight loop is removed and partial progress can be handled gracefully over multiple reconciles.