Skip to content

Commit

Permalink
Force all script commands to run on master nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kubovic <[email protected]>
  • Loading branch information
MichaelKubovic committed Nov 24, 2023
1 parent dfc5b82 commit 3d7d7f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static void addMasterOnlyCommand(Command command) {
}).sum()));

addMasterOnlyCommand(WAIT);
addMasterOnlyCommand(SCRIPT);

addMasterOnlyCommand(SUBSCRIBE);
addMasterOnlyCommand(PSUBSCRIBE);
Expand Down

0 comments on commit 3d7d7f3

Please sign in to comment.