Skip to content

Commit

Permalink
fix remote inference it: update job interval (#1129)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored Jul 14, 2023
1 parent 5e4d60b commit f672aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ private void disableClusterConnectorAccessControl() throws IOException {
"PUT",
"_cluster/settings",
null,
"{\"persistent\":{\"plugins.ml_commons.connector_access_control_enabled\":false}}",
"{\"persistent\":{\"plugins.ml_commons.connector_access_control_enabled\":false, \"plugins.ml_commons.sync_up_job_interval_in_seconds\":3}}",
ImmutableList.of(new BasicHeader(HttpHeaders.USER_AGENT, ""))
);
assertEquals(200, response.getStatusLine().getStatusCode());
Expand Down

0 comments on commit f672aa8

Please sign in to comment.