Is there a way to specify to Muse the order in which resources should be initialized? For example, if I have a ServiceGroup resource, how can I gaurantee that it will be initialized before my other resources? My concern is that if the ServiceGroup is created last, it will not have references to the other resources. So when I call ServiceGroup.getMembers(), it may not return anything.
- resource init order Vinh Nguyen \(vinguye2\)
- Re: resource init order José Antonio Sánchez
- Re: resource init order Daniel Jemiolo
