From 7fb5070a358a051ccd960b6d1f0fa8d3b7f358f4 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:24:34 +1100 Subject: [PATCH] Publish changelog for ingestion_server-2024.02.28.18.32.08 (#3839) Co-authored-by: AetherUnbound --- .../changelogs/ingestion_server/2024.02.28.18.32.08.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 documentation/changelogs/ingestion_server/2024.02.28.18.32.08.md diff --git a/documentation/changelogs/ingestion_server/2024.02.28.18.32.08.md b/documentation/changelogs/ingestion_server/2024.02.28.18.32.08.md new file mode 100644 index 00000000000..8d80982d0ef --- /dev/null +++ b/documentation/changelogs/ingestion_server/2024.02.28.18.32.08.md @@ -0,0 +1,6 @@ +# 2024.02.28.18.32.08 + +## Bug Fixes + +- Raise an exception if any indexer workers fail their health check + ([#3726](https://github.com/WordPress/openverse/pull/3726)) by @AetherUnbound