From 99441552953f75353ce3c18647622e4198671081 Mon Sep 17 00:00:00 2001 From: AdamL-Microsoft <103067949+AdamL-Microsoft@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:55:32 -0700 Subject: [PATCH] Added PR #3224 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ae794e69..b7919c00c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Service: Store authentication information in KeyVault [#3127](https://github.com/microsoft/onefuzz/pull/3127), [#3223](https://github.com/microsoft/onefuzz/pull/3223) * Service: Port current logging implementation to ILogger [#3173](https://github.com/microsoft/onefuzz/pull/3173) * Service: Added improved error reporting from scale-in protection modification [#3184](https://github.com/microsoft/onefuzz/pull/3184) +* Service: Downgraded queue error to warning when retrying because the message is too large [#3224](https://github.com/microsoft/onefuzz/pull/3224) ### Fixed