Delay Resource startup #1285
Answered
by
davidfowl
andrew-bauer-calibrated
asked this question in
Q&A
-
I have a project reference that relies on an ArangoDB container, and the ArangoDB service inside the container takes a few moments to became available. Is there a way to delay starting the project until the ArangoDB service is available? |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 27, 2025
Replies: 1 comment 8 replies
-
No, you need to make the connection to the database resilient (retries etc) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is possible since 9.0 with WaitFor https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/orchestrate-resources?tabs=docker#waiting-for-resources