Skip to content

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

Open
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-note-deferred-qdrant-init-on-transient-outage-abc7d9
Open

docs: note deferred Qdrant init on transient outages in pipeline-commands#83
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-note-deferred-qdrant-init-on-transient-outage-abc7d9

Conversation

@detail-app

@detail-app detail-app Bot commented Jul 16, 2026

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-app Bot requested a review from WilliamAGH July 16, 2026 15:45
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