Claude
Skills
Sign in
Back

worker-patterns

Included with Lifetime
$97 forever

BullMQ worker implementation patterns including job processors, concurrency, error handling, and graceful shutdown. Use when creating workers or handling job processing.

Generalscripts

What this skill does


# Worker Patterns

Skill for implementing BullMQ workers.

## Overview

Implement workers with:

- Job processor functions
- Concurrency control
- Error handling
- Graceful shutdown

## Use When

This skill is automatically invoked when:

- Creating job workers
- Implementing processors
- Handling worker errors
- Managing worker lifecycle

## Available Templates

| Template                | Description           |
| ----------------------- | --------------------- |
| `templates/worker.ts`   | Basic worker template |
| `templates/producer.ts` | Job producer template |

Related in General