Background Jobs And Caching

Use when adding background jobs (Bull queues) or a Redis cache to a backend service — multi-queue architecture, enqueue/process, dynamic delayed jobs, job idempotency via a DB lock, graceful shutdown, and Redis caching (read-through wrap, key conventions, event-driven + prefix-SCAN invalidation). NestJS/TypeORM reference, framework-flexible. Complements (not replaces) the SQS cross-service events pattern.

kennguyen887 Updated

File contents

kennguyen887/agent-foundation/tree/main/skills/background-jobs-and-caching commit 84ee43cb84

Frequently asked questions

npx skillmds@latest add kennguyen887/background-jobs-and-caching