Alireza Baloochi
Alireza Baloochi
@adamsitnik, Do we need more overload same as other health checks?
@smnsht, could you add `Milvus` to `labeler.yml` and also add `healthchecks_milvus.yaml` same as other actions?
> @Alirexaa I've created 3 workflow files & updated labeler.yml > > I have to add milvus docker image to `healthchecks_milvus_ci.yml` - not done yet. I'm checking how I can...
LGTM. Thanks @smnsht
What happens for RedisComander, Pgweb, Pgadmin, and other dashboards when using `ContainerLifetime.Persistent`?
> @Alirexaa can you get to this change this week? It's our last week to make 9.x fixes. I want to fix this with https://github.com/dotnet/aspire/issues/6299 but mitchdenny already started.
> @Alirexaa how do I get a reviewer assigned to this? Sorry. I'm not familiar with UI-related things.
I use `ResourceLoggerForwarderService` to logger log container logs :)) ```csharp private TestDistributedApplicationBuilder CreateDistributedApplicationBuilder() { var builder = TestDistributedApplicationBuilder.CreateWithTestContainerRegistry(); builder.Services.AddXunitLogging(testOutputHelper); builder.Services.AddHostedService(); return builder; } ```
@mitchdenny, I'm not sure it is completely related to container runtime because Postgres container started in this scenario. I saw logs, It seems to have an issue in bind mount...
It seems to be having a problem sending HTTP requests for importing Redis databases to Redis Insight Console Logs ``` | [2024-10-04T04:28:17] Aspire.Hosting.DistributedApplication Information: Aspire version: 9.0.0-ci | [2024-10-04T04:28:17] Aspire.Hosting.DistributedApplication...