Skip to content

fix: dspublisher start progress bar never reaches the ready state - #6084

Open
tomivirkki wants to merge 1 commit into
mainfrom
fix/dsp-start-progress-bar
Open

tomivirkki wants to merge 1 commit into
mainfrom
fix/dsp-start-progress-bar

Conversation

@tomivirkki

Copy link
Copy Markdown
Member

Summary

  • npm run dspublisher:start stays at "Starting up DSP" with a full progress bar even after both servers are running, and the spinner stops.
  • The start script assumed the ready signals arrive in phase order, but Astro reports ready long before the Spring Boot docs server. The early Astro signal triggered the finished state, and the later Spring Boot signal overwrote the label with the "next" phase text.
  • The phase tracking is now order-independent: a phase is marked done when its signal appears, the label shows the first phase still pending, and the finished state is reached only once every phase has reported.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Preview Deployment

This PR has been deployed for preview.

URL: https://docs-preview-pr-6084.fly.dev

No documentation page changes detected.

Built from b95d106

@peholmst peholmst added the target/v25.3 Automatically cherry-pick to the v25.3 branch label Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

target/v25.3 Automatically cherry-pick to the v25.3 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants