From e0c2a33676654614ca6dee58eca501fe227ad06d Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 10 Dec 2024 20:08:47 +0000 Subject: [PATCH] Update Issue Database --- config.json | 7 +++++-- issues/5.json | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 issues/5.json diff --git a/config.json b/config.json index a8a12ae..66d6bcf 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,9 @@ { "id": "tak", "name": "TAK Server", - "issues": [] + "issues": [ + 5 + ] }, { "id": "ldap", @@ -21,7 +23,8 @@ "name": "CloudTAK", "issues": [ 3, - 4 + 4, + 5 ] }, { diff --git a/issues/5.json b/issues/5.json new file mode 100644 index 0000000..31e84c4 --- /dev/null +++ b/issues/5.json @@ -0,0 +1,8 @@ +{ + "id": 5, + "username": "ingalls", + "health": "yellow", + "start": "2024-12-10T20:08:03Z", + "title": "Database Latency", + "body": "### Context\n\nUnexpected latency on a TAK Server API call has resulted in general latency across the TAK & CloudTAK Services. We have terminated the largest service that uses the affected API and are working to determine root cause and mitigate impact" +} \ No newline at end of file