Skip to content

docs: note deferred Qdrant init on transient outages in pipeline-commands - #83

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-note-deferred-qdrant-init-on-transient-outage-abc7d9
Jul 17, 2026
Merged

docs: note deferred Qdrant init on transient outages in pipeline-commands#83
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-note-deferred-qdrant-init-on-transient-outage-abc7d9

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The auto-creation section claimed QdrantIndexInitializer ensures all
four collections exist on startup, implying any Qdrant failure stops
startup. After the health-isolation change, transient unavailability
(transport errors, 5xx, 429) defers initialization to a pending retried
state instead of failing fast. Reachable schema/dimension mismatches
remain terminal.

Example: an operator seeing the app boot with Qdrant temporarily down
would misread the old wording as a broken contract, since startup now
succeeds and retries in the background.

Introduced by commit a8849f9 (@WilliamAGH, #82)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 16, 2026 15:45
@WilliamAGH
WilliamAGH merged commit 7eda991 into devJul 17, 2026
2 checks passed
Sign up for freeto 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

@WilliamAGH