Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate2 min read

Failure and Degraded Modes

See how AutoCore represents delayed search, media failure, worker gating, provider failure, and partial readiness.

AutoCore treats dependency failure as a state to surface and recover, not as permission to invent success.

Failure or delaySource-backed behavior
Meilisearch unavailablePublic search falls back to PostgreSQL with the same response shape and a different source indicator.
Index delayed or driftedSearch may lag; an administrative reconciliation/reindex concept rebuilds the derived projection.
Media processing failedThe asset retains failed state and an error summary; it is not treated as ready.
Worker consumption disabledA requested side effect may remain pending until its rollout and operational gates are enabled.
Payment provider unconfigured/disabledCheckout rejects the attempt; no payment success is inferred.
Webhook verification failedThe event is not allowed to mutate the payment state as verified success.
Legal profile incompleteCommercial/legal readiness remains incomplete; templates or fields do not equal approval.
Listing rejected/expired/archivedIt is not current public inventory; only source-allowed re-entry paths apply.

Recovery principle

PostgreSQL state, audit history, and provider evidence remain the reference for decisions. Derived stores, queues, and external adapters can be retried or reconciled. Detailed commands, backup, restore, and incident runbooks belong to later documentation phases.

Related articles