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
I am using Localstack to enable emulating AWS services in my local environment. Unfortunately, WaitFor() is getting triggered before the custom resources are deployed into LocalStack, which means that my application is throwing an exception.
Workarounds
Currently, I am just forcing a 20-second delay, which resolves the problem, but it is unsatisfactory. As it is often longer than required, but if I reduce it to 10 seconds, it occasionally fails.
Goal
The LocalStack team use the approach of tailing the LocalStack logs until they see the Ready. in the log output. Is there a way in Aspire to tail the logs of another resource and wait on that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Background
I am using Localstack to enable emulating AWS services in my local environment. Unfortunately,
WaitFor()
is getting triggered before the custom resources are deployed into LocalStack, which means that my application is throwing an exception.Workarounds
Currently, I am just forcing a 20-second delay, which resolves the problem, but it is unsatisfactory. As it is often longer than required, but if I reduce it to 10 seconds, it occasionally fails.
Goal
The LocalStack team use the approach of tailing the LocalStack logs until they see the
Ready.
in the log output. Is there a way in Aspire to tail the logs of another resource and wait on that?Beta Was this translation helpful? Give feedback.
All reactions