You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WaitFor prevents a resource waiting on itself. But it doesn't prevent a circular reference of resources waiting on each other. The resources hang in a waiting state.
You can click the Start action on one of the resources in a loop to start a resource, and then other resources are able to startup, but it's still an odd thing to configure. If you wanted that behavior then the right way to do it is have resources waiting on a resource with explicit start configured.
Expected Behavior
Throw error on startup. This is already done on detection of a circular references of parent resource relationships.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
WaitFor prevents a resource waiting on itself. But it doesn't prevent a circular reference of resources waiting on each other. The resources hang in a waiting state.
You can click the
Start
action on one of the resources in a loop to start a resource, and then other resources are able to startup, but it's still an odd thing to configure. If you wanted that behavior then the right way to do it is have resources waiting on a resource with explicit start configured.Expected Behavior
Throw error on startup. This is already done on detection of a circular references of parent resource relationships.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: