From 5bce4b531e565dc1f51eacd6b6569a154adfc837 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 9 Jul 2024 13:18:30 +0100 Subject: [PATCH] changelog: add entry for #18876 (#23520) Co-authored-by: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> --- .changelog/18876.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18876.txt diff --git a/.changelog/18876.txt b/.changelog/18876.txt new file mode 100644 index 000000000..fc181b487 --- /dev/null +++ b/.changelog/18876.txt @@ -0,0 +1,3 @@ +```release-note:bug +quota (Enterprise): Fixed a bug where a task's resource core count was not translated to CPU MHz and checked against its quota when performing a job plan +```