From 3374fafe5ba8ddec5bcea071ee1e7aafdb4e7802 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:55:11 +0600 Subject: [PATCH] chore: update roadmap content json (#8183) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/system-design.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/roadmap-content/system-design.json b/public/roadmap-content/system-design.json index 39d642bf2..029903e5c 100644 --- a/public/roadmap-content/system-design.json +++ b/public/roadmap-content/system-design.json @@ -1326,16 +1326,10 @@ } ] }, - "LncTxPg-wx8loy55r5NmV": { + "queu-based-load-leveling@LncTxPg-wx8loy55r5NmV.md": { "title": "Queu-based Load Leveling", - "description": "Use a queue that acts as a buffer between a task and a service it invokes in order to smooth intermittent heavy loads that can cause the service to fail or the task to time out. This can help to minimize the impact of peaks in demand on availability and responsiveness for both the task and the service.\n\nLearn more from the following links:", - "links": [ - { - "title": "Queue-Based Load Leveling pattern", - "url": "https://learn.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling", - "type": "article" - } - ] + "description": "", + "links": [] }, "2ryzJhRDTo98gGgn9mAxR": { "title": "Publisher/Subscriber",