From 1a081f19b6698e098a7f7009122f164a4c5d0ede Mon Sep 17 00:00:00 2001 From: Muhammadcell Date: Sat, 6 Jun 2026 14:49:22 +0500 Subject: [PATCH] docs(api): note queue job idempotency Queue docs now call out stable job ids so repeated booking events do not create duplicate background work. Co-Authored-By: Claude Opus 4.8 --- docs/api/queues-realtime.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/queues-realtime.md b/docs/api/queues-realtime.md index a0b218e..0443b16 100644 --- a/docs/api/queues-realtime.md +++ b/docs/api/queues-realtime.md @@ -48,6 +48,9 @@ booking.updated: BullMQ настройки +Все jobs должны получать стабильный jobId из bookingId/resourceId, чтобы retry +или повторное событие не создавали дубль фоновой задачи. + Calendar sync: - attempts: 3