Skip to content

Commit 183d7f6

Browse files
authored
Updated docs. (#315)
1 parent 2f75d91 commit 183d7f6

File tree

3 files changed

+716
-587
lines changed

3 files changed

+716
-587
lines changed

docs/guide/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ when you modify ignored files. To disable this functionality pass `--do-not-use-
9595
* `--receiver` - python path to custom receiver class.
9696
* `--receiver_arg` - custom args for receiver.
9797
* `--ack-type` - Type of acknowledgement. This parameter is used to set when to acknowledge the task. Possible values are `when_received`, `when_executed`, `when_saved`. Default is `when_saved`.
98-
- `--shutdown-timeout` - maximum amount of time for graceful broker's shutdown in seconds.
98+
* `max-tasks-per-child` - maximum number of tasks to be executed by a single worker process before restart.
99+
* `--shutdown-timeout` - maximum amount of time for graceful broker's shutdown in seconds.
100+
* `--wait-tasks-timeout` - if cannot read new messages from the broker or maximum number of tasks is reached, worker will wait for all current tasks to finish. This parameter sets the maximum amount of time to wait until shutdown.
99101

100102
## Scheduler
101103

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"packageManager": "[email protected]",
1313
"devDependencies": {
14-
"@vuepress/bundler-vite": "2.0.0-rc.6",
14+
"@vuepress/bundler-vite": "2.0.0-rc.9",
1515
"mermaid": "^10.8.0",
1616
"sass-loader": "^14.1.0",
1717
"vue": "^3.4.15",
18-
"vuepress": "2.0.0-rc.6",
19-
"vuepress-plugin-search-pro": "2.0.0-rc.22",
20-
"vuepress-theme-hope": "2.0.0-rc.22"
18+
"vuepress": "2.0.0-rc.9",
19+
"vuepress-plugin-search-pro": "2.0.0-rc.36",
20+
"vuepress-theme-hope": "2.0.0-rc.36"
2121
}
2222
}

0 commit comments

Comments
 (0)