From 33cb7b9de53212a0df67aca52679eb14f9210591 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 7 Aug 2025 19:47:53 +0300 Subject: [PATCH] Fix queue-based load leveling content and links --- public/roadmap-content/system-design.json | 14 ++++++++++---- ...e-based-load-leveling@LncTxPg-wx8loy55r5NmV.md} | 0 src/data/roadmaps/system-design/system-design.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) rename src/data/roadmaps/system-design/content/{queu-based-load-leveling@LncTxPg-wx8loy55r5NmV => queue-based-load-leveling@LncTxPg-wx8loy55r5NmV.md} (100%) diff --git a/public/roadmap-content/system-design.json b/public/roadmap-content/system-design.json index ff0f9050e..d34121905 100644 --- a/public/roadmap-content/system-design.json +++ b/public/roadmap-content/system-design.json @@ -1321,10 +1321,16 @@ } ] }, - "queu-based-load-leveling@LncTxPg-wx8loy55r5NmV.md": { - "title": "Queu-based Load Leveling", - "description": "", - "links": [] + "LncTxPg-wx8loy55r5NmV": { + "title": "Queue-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\nTo learn more visit 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" + } + ] }, "2ryzJhRDTo98gGgn9mAxR": { "title": "Publisher/Subscriber", diff --git a/src/data/roadmaps/system-design/content/queu-based-load-leveling@LncTxPg-wx8loy55r5NmV b/src/data/roadmaps/system-design/content/queue-based-load-leveling@LncTxPg-wx8loy55r5NmV.md similarity index 100% rename from src/data/roadmaps/system-design/content/queu-based-load-leveling@LncTxPg-wx8loy55r5NmV rename to src/data/roadmaps/system-design/content/queue-based-load-leveling@LncTxPg-wx8loy55r5NmV.md diff --git a/src/data/roadmaps/system-design/system-design.json b/src/data/roadmaps/system-design/system-design.json index 7b6ced3d3..33d87c96a 100644 --- a/src/data/roadmaps/system-design/system-design.json +++ b/src/data/roadmaps/system-design/system-design.json @@ -4715,7 +4715,7 @@ }, "selected": false, "data": { - "label": "Queu-based Load Leveling", + "label": "Queue-Based Load Leveling", "style": { "fontSize": 17, "justifyContent": "flex-start",