Agent skill

queue-processing-patterns

Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/queue-processing-patterns

SKILL.md

Queue Processing Patterns

Purpose

Design safe queue consumers and retries.

Inputs to request

  • Queue system and delivery semantics.
  • Idempotency requirements.
  • Failure modes and retry limits.

Workflow

  1. Define idempotency and retry policy.
  2. Set visibility timeout and dead-letter routing.
  3. Add metrics for lag and failure rates.

Output

  • Queue handling checklist.

Quality bar

  • Ensure retries do not amplify failures.
  • Document poison message handling.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results