rust-production-reliability

Community

Reliability patterns for Rust services.

Authormatthewharwood
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill offers production reliability patterns to harden Rust services, including fault tolerance, exponential backoff retries, graceful shutdown coordination, rate limiting, and circuit-breaker concepts.

Core Features & Use Cases

  • Circuit breakers with exponential backoff
  • Graceful shutdown management
  • Retry logic with jitter
  • Rate limiting and load shedding
  • Timeout management
  • Health checks and observability

Quick Start

Implement a circuit-breaker around external calls, add a retry policy with exponential backoff, and wire a graceful shutdown manager to ensure clean termination.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rust-production-reliability
Download link: https://github.com/matthewharwood/engmanager.xyz/archive/main.zip#rust-production-reliability

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository