queue-and-retry-safety
OfficialEnsure safe queue retries with strong guardrails
System Documentation
What problem does it solve?
Queues are at-least-once by design, which means duplicates and replays can lead to data corruption or duplicated work unless proper guardrails are enforced. This skill provides a systematic approach to enforce idempotency, DLQ governance, visibility timeout strategies, and correlation tracking for reliable queue processing.
Core Features & Use Cases
- Idempotency and guarded side effects: ensure repeated deliveries do not cause duplicate work or state changes.
- DLQ topology and alarms: consistent dead-letter handling with monitoring to catch poison messages early.
- Visibility timeout management: heartbeat long-running jobs and set appropriate base timeouts to minimize re-delivery.
- Payload validation and correlation propagation: verify payload shape and propagate correlation IDs through logs and downstream calls.
Quick Start
Configure idempotency checks, DLQ alarms, and visibility timeouts for your queue-based workers to ensure safe retries across SQS, EventBridge, and similar event-driven systems.
Dependency Matrix
Required Modules
None requiredComponents
💻 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: queue-and-retry-safety Download link: https://github.com/lgerard314/global-plugin/archive/main.zip#queue-and-retry-safety Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.