Commit 63e4202
fix(dapr): use WaitUntilHealthy for component dependencies
Components are long-lived configuration resources that should reach
"Running" state and stay there. Using WaitForCompletion was incorrect
as it expected components to reach "Completed" state.
Now using WaitType.WaitUntilHealthy which properly waits for resources
to be in a healthy/running state, matching the component lifecycle.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3e6209f commit 63e4202
File tree
1 file changed
+2
-2
lines changed1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
0 commit comments