From f1546927b023fb55b5730c3f992677454d31b0f1 Mon Sep 17 00:00:00 2001 From: YustinaKvr Date: Tue, 17 Sep 2024 15:30:28 +0200 Subject: [PATCH 1/2] Add container and storage squads --- 9_scheduler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/9_scheduler.py b/9_scheduler.py index a3fde61..1444886 100644 --- a/9_scheduler.py +++ b/9_scheduler.py @@ -34,6 +34,8 @@ "Security Services Squad": {"stream": "security services", "topic": "Doc Alerts"}, "CMS Squad": {"stream": "CMS Squad", "topic": "Doc alerts"}, "PaaS Squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, + "Storage Squad": {"stream": "Storage Squad", "topic": "helpcenter_alerts"}, + "Container squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, "Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"} } From 14e3447aec0ef75ff7a8847bcda5e771b4f3db42 Mon Sep 17 00:00:00 2001 From: YustinaKvr Date: Wed, 18 Sep 2024 13:10:51 +0200 Subject: [PATCH 2/2] Fix stream name --- 9_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_scheduler.py b/9_scheduler.py index 1444886..bbf5fcb 100644 --- a/9_scheduler.py +++ b/9_scheduler.py @@ -35,7 +35,7 @@ "CMS Squad": {"stream": "CMS Squad", "topic": "Doc alerts"}, "PaaS Squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, "Storage Squad": {"stream": "Storage Squad", "topic": "helpcenter_alerts"}, - "Container squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, + "Container squad": {"stream": "Container squad", "topic": "Doc alerts"}, "Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"} }