Skip to content

Commit

Permalink
Updated docs. (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius authored Apr 19, 2024
1 parent 2f75d91 commit 183d7f6
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 587 deletions.
4 changes: 3 additions & 1 deletion docs/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ when you modify ignored files. To disable this functionality pass `--do-not-use-
* `--receiver` - python path to custom receiver class.
* `--receiver_arg` - custom args for receiver.
* `--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`.
- `--shutdown-timeout` - maximum amount of time for graceful broker's shutdown in seconds.
* `max-tasks-per-child` - maximum number of tasks to be executed by a single worker process before restart.
* `--shutdown-timeout` - maximum amount of time for graceful broker's shutdown in seconds.
* `--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.

## Scheduler

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.6",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"mermaid": "^10.8.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.6",
"vuepress-plugin-search-pro": "2.0.0-rc.22",
"vuepress-theme-hope": "2.0.0-rc.22"
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-search-pro": "2.0.0-rc.36",
"vuepress-theme-hope": "2.0.0-rc.36"
}
}
Loading

0 comments on commit 183d7f6

Please sign in to comment.