Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-898 Add documentation for timeout option #296

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ This command starts all server instances in the deployment group
| Add a timeout value to instances
| 120
| No

| timeout
| Integer
| Add a timeout value to the command
| 600
| No
|===

[[stop-deployment-group-command]]
Expand Down Expand Up @@ -89,6 +95,18 @@ This command stops all server instances in the deployment group
| Kills instances if they do not stop gracefully
| false
| No

| instanceTimeout
| Integer
| Add a timeout value to instances
| 120
| No

| timeout
| Integer
| Add a timeout value to the command
| 600
| No
|===

[[restart-deployment-group-command]]
Expand Down Expand Up @@ -122,6 +140,18 @@ This command stops all server instances in the deployment group
| Delay in (ms) between each instance restart in a rolling restart
| 5000
| No

| instanceTimeout
| Integer
| Add a timeout value to instances
| 120
| No

| timeout
| Integer
| Add a timeout value to the command
| 600
| No
|===

[[add-instance-to-deployment-group-command]]
Expand Down