From 8dc07c29581f81b40b5c77188325a84caf4372dc Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Thu, 11 Apr 2024 16:38:04 +0200 Subject: [PATCH] fix(reana-0.9.1): report correct cronjob speedup (#52) --- content/posts/2023/reana-0.9.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2023/reana-0.9.1.md b/content/posts/2023/reana-0.9.1.md index c78bc81..4bd7804 100644 --- a/content/posts/2023/reana-0.9.1.md +++ b/content/posts/2023/reana-0.9.1.md @@ -64,7 +64,7 @@ To learn more about this feature, please have a look at the related [Configuring There are many improvements in stability and performance of the REANA cluster that are coming with the 0.9.1 release update: -- The periodic quota updater for disk and CPU quotas is now up to 70% faster. +- The periodic quota updater for disk and CPU quotas is now up to 3.4 times faster. - The memory usage of uWSGI and RabbitMQ has been reduced in environments with a very high number of allowed open files. - Static assets of the web interface, such as CSS files and bundled JS sources, are now also served gzip-compressed to lower bandwidth consumption. - Monitoring the status of jobs has been improved to avoid some situations in which workflows were not correctly cleaned up in the Kubernetes cluster.