Skip to content

Commit

Permalink
Merge pull request elastic#394 from Tom-Artale/restart-services-2
Browse files Browse the repository at this point in the history
Added config stabilization interval
  • Loading branch information
Tom Artale authored and Tom Artale committed Aug 18, 2015
2 parents 10ab8d5 + 05e5a36 commit bac27fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/configelements/ConfigBulkRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ message ConfigBulkRequest {
enum RequestType {
READ_ALL = 0;
WRITE_ALL = 1;
RELOAD = 2;
}

optional RequestType requestType = 1;
Expand Down
1 change: 1 addition & 0 deletions protofiles/configelements/ConfigServerConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ message ConfigServerConfig {
optional string configUxHandlerQueue = 6;
optional int32 maxSimultaneousUxRequests = 7;
repeated string serviceRestart = 8;
optional int32 serviceRestartStableIntervalMs = 9;
}
1 change: 1 addition & 0 deletions protofiles/configelements/ux/ConfigServerConfigUX.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ message ConfigServerConfigUX {
optional ConfigUX configUxHandlerQueue = 6;
optional ConfigUX maxSimultaneousUxRequests = 7;
repeated ConfigUX serviceRestart = 8;
optional ConfigUX serviceRestartStableIntervalMs = 9;
}

0 comments on commit bac27fa

Please sign in to comment.