hubspot-reliability-patterns - HubSpot Reliability Patterns
Implement HubSpot reliability patterns including circuit breakers, retries, and graceful degradation for integrations
Tags
Updated: 2026-05-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- implement circuit breaker
- configure retry logic
- serve fallback data
- manage dead letter queue
- retry failed operations
- monitor circuit state
- check health status
Inputs
- HubSpot API client
- HubSpot access token
- Redis or database
- Failed operation data
- HubSpot API endpoint
- Cache storage
Outputs
- Circuit breaker state
- Retry status
- Fallback data response
- Dead letter queue stats
- Health check report
Requirements
- @hubspot/api-client installed
- TypeScript environment
- Redis or database
- Claude Code compatible
