Conversation
New helper scripts for quickly launching API health and UI in default browser: - open-test-in-browser.ps1 — opens TEST env - open-prod-in-browser.ps1 — opens PROD env - _open-env.ps1 — shared helper with error handling Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tarts Health page now retries up to 10 times with exponential backoff (2s → 4s → ... → 20s) when API is unreachable. Shows "Unable to reach the API — retrying (N of 10)" with cold-start explanation. Works in all environments (local dev, test, prod). Changes: - Increase health client timeout to 35s (accommodate cold-starting servers) - Configure resilience handler: 30s attempt timeout, 60s circuit breaker sampling - Component-level retry loop with exponential delay capping at 20s - Neutral messaging works for both deployed and local-dev scenarios Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Display estimated deployment duration based on selected tier: - Basic: 3-5 minutes - Free: 5-15 minutes (with note that Free is slower due to resource constraints) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Test Results2 tests 2 ✅ 6s ⏱️ Results for commit 904a2a8. |
SummarySummary
CoverageAHKFlowApp.API - 61.4%
AHKFlowApp.Application - 98.1%
AHKFlowApp.Domain - 100%
AHKFlowApp.Infrastructure - 100%
AHKFlowApp.TestUtilities - 57.5%
AHKFlowApp.UI.Blazor - 76%
Per-assembly thresholds: Domain line≥85% br≥70% · Application line≥85% br≥45% · Infrastructure line≥70% br≥50% · API line≥57% br≥50% · UI.Blazor line≥65% br≥28% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brief description of changes.
Checklist
dotnet test)dotnet build)