Hľadať lead, lokalitu, províziu…⌘K
Workdesk

Revolis.AI Legal

Fallback Matrix (D3)

Mapovanie endpoint -> fallback správanie + retry stratégia pre kritické flowy.

EndpointConsumerRetryFallback správanie
/api/billing/checkoutPricingCards2 retries, exponential backoff (500ms, 1000ms) on transient/network errorsStay on billing page; do not redirect; allow user to retry by clicking CTA again.
/api/billing/portalManageSubscriptionButton2 retries, exponential backoff (500ms, 1000ms) on transient/network errorsFallback to /billing for NO_CUSTOMER or missing URL; keep action non-destructive.
/api/legal/dpa-requestDpaRequestForm2 retries, exponential backoff (500ms, 1000ms) on transient/network errorsKeep user-entered form values, display inline error, allow immediate re-submit.
/api/support/requestSupportRequestForm2 retries, exponential backoff (500ms, 1000ms) on transient/network errorsKeep user-entered form values, show error banner, preserve support SLA context.
/api/healthz | /landing | /legalServiceStatusCards2 retries, exponential backoff (400ms, 800ms) per probeShow degraded state per card and provide manual 'Obnoviť status' action.
/api/observability/probesStatus/observability ops checksSingle API call, can be polled externallyUse degradedCount as release gate signal; trigger incident workflow if non-zero.
JSON endpoint pre monitoring integrácie: /api/observability/fallback-matrix