Skip to content

Show verification service errors#509

Merged
madebygps merged 1 commit into
mainfrom
fix/verification-ui-error-feedback
May 26, 2026
Merged

Show verification service errors#509
madebygps merged 1 commit into
mainfrom
fix/verification-ui-error-feedback

Conversation

@madebygps

Copy link
Copy Markdown
Collaborator

Summary

  • show a visible retryable error when a Durable verification job fails, is canceled, or is terminated
  • keep deleting failed active jobs so learners can retry without the attempt counting
  • add route coverage for the failed Durable status UI path

Validation

  • cd api && uv run ruff check . ../packages/learn-to-cloud-shared
  • cd api && uv run ruff format --check . ../packages/learn-to-cloud-shared
  • cd api && uv run ty check --exclude scripts --exclude tests .
  • cd packages/learn-to-cloud-shared && uv run ty check --exclude tests .
  • cd apps/verification-functions && uv run ruff check . && uv run ruff format --check . && uv run ty check . && uv run python -c "import function_app"
  • cd api && uv run pytest tests/ -x
  • cd packages/learn-to-cloud-shared && uv run pytest tests/ -x
  • API smoke checks for /health, /ready, and /openapi.json

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@madebygps madebygps merged commit 2186c01 into main May 26, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant