Reliability Concurrency

Use when writing code that runs concurrently in ChatbotX — BullMQ worker consumers, sharded DB migrations, embedding replace-writes, or any multi-step operation that could be retried or run by two workers at once. Covers advisory locks, idempotency, transactions, and safe-retry patterns. Read before adding a worker job, migration runner, or replace-style write.

chatbotxio 1814acb 2.9 KB Updated

File contents

chatbotxio/chatbotx/tree/main/.agents/skills/reliability-concurrency commit 1814acbce0

Frequently asked questions

npx skillmds@latest add chatbotxio/reliability-concurrency