From 9f797a2aa9447b76f6c027ea61701dbc4d669cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Fern=C3=A1ndez?= Date: Tue, 22 Aug 2023 23:06:31 +0200 Subject: [PATCH] cluster: add scheduling policy to `cluster.settings` --- doc/api/cluster.md | 6 ++++++ lib/internal/cluster/primary.js | 11 ++++++++--- .../test-cluster-import-scheduling-policy.mjs | 13 +++++++++++++ .../test-cluster-setup-primary-cumulative.js | 2 ++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 test/known_issues/test-cluster-import-scheduling-policy.mjs diff --git a/doc/api/cluster.md b/doc/api/cluster.md index aa2e9b4057e5fc..90a1a830a5d19f 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -900,6 +900,9 @@ values are `'rr'` and `'none'`.