-
Notifications
You must be signed in to change notification settings - Fork 854
RedisInsight blocks startup #6136
Copy link
Copy link
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesredisIssues related to redis integrationsIssues related to redis integrations
Milestone
Description
When testing #6135, I noticed that shutdown was hanging. On further investigation, I found that the redis insight logic blocks startup and retries 5 times until it succeeds https://github.com/dotnet/aspire/blob/fb53a555ce245c253c823e3a0032809a9b183bcb/src/Aspire.Hosting.Redis/RedisBuilderExtensions.cs#L175-L180. This shouldn't block startup and should instead use the "ResourceReadyEvent" to do make these requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesredisIssues related to redis integrationsIssues related to redis integrations