From fb5a56c9decb9f757e96f8e769d6b91e57fc2892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Palancher?= Date: Fri, 30 Aug 2024 15:42:37 +0200 Subject: [PATCH] docs: update agent conf reference doc --- CHANGELOG.md | 1 + docs/modules/conf/examples/agent.ini | 5 +++++ docs/modules/conf/partials/conf-agent.adoc | 11 +++++++++++ 3 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec83d5eb..5f7e2f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - pkgs: Add requirement on RFL.core >= 1.0.3. - frontend: Add intermediate cluster list width to 80% on large screens, before going down to 60% on even larger screens. +- docs: Update configuration reference documentation. ### Fixed - backend: handle rfl.settings.errors.SettingsSiteLoaderError when loading diff --git a/docs/modules/conf/examples/agent.ini b/docs/modules/conf/examples/agent.ini index a825dc54..18ae2522 100644 --- a/docs/modules/conf/examples/agent.ini +++ b/docs/modules/conf/examples/agent.ini @@ -409,6 +409,11 @@ port=6379 # not defined, Redis server is accessed without password. password=SECR3T +# Expiration delay in seconds for Slurm version in cache +# +# Default value: 1800 +version=1800 + # Expiration delay in seconds for jobs in cache # # Default value: 30 diff --git a/docs/modules/conf/partials/conf-agent.adoc b/docs/modules/conf/partials/conf-agent.adoc index 3cf7081a..9ee36bd1 100644 --- a/docs/modules/conf/partials/conf-agent.adoc +++ b/docs/modules/conf/partials/conf-agent.adoc @@ -722,6 +722,17 @@ _No default value_ |- +|version +|int +|Expiration delay in seconds for Slurm version in cache + + + + +*Default:* `1800` + +|- + |jobs |int |Expiration delay in seconds for jobs in cache