Results for “container-breakout”
3 skillsbox
Manage Box cloud storage via the Maton gateway: upload, download, organize files and folders, create shared links, and manage collaborations with OAuth connections.
1 · bundle
fallback-chains
Layer alternative channels / scrapers / data sources with explicit fall-through, where each rung covers a different failure mode. Use when interacting with the world (sending a notification, fetching from a third party, detecting a state change, authenticating) and the single canonical path could fail in known ways. Distinct from retrying — retries handle transient failures; fallback chains handle modal ones (channel down, API gone, cookie expired). Three layers tops; the terminal rung is loud.
6
resiliency-circuit-breakers
Trigger: circuit breaker, exponential backoff, jitter delay, connection timeout, API retry. Scope: Client request resiliency, API retries, fault isolation. Boundary: Excludes visual state loading skeletons.
1 · bundle