codingjoe / codingjoe/threadmill

README utilization example uses --processes, but the command defines --workers

オープン 初心者向け
#51 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
12
フォーク
1
平均マージ
1日 1時間
マージ済み PR(30日)
10

説明

Noted while adding the *Queues* section to the README (fair multi-queue scheduling, `codingjoe-fair-multi-queue-scheduling`).

The README's *Utilization* section advertises:

```console
uv run manage.py threadmill worker --processes 4 --threads 2
```

but `WorkerCommand.add_arguments()` defines `-w`/`--workers`, not `--processes`. The example fails with an unrecognised-argument error.

Fix is to rename the flag in the README example (or add an alias, if `--processes` is the intended name).

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Open the README's Utilization section and compare its worker command example with WorkerCommand.add_arguments(), which defines the available flags. Update the example so it uses the intended option, then verify that the documented command no longer produces an unrecognised-argument error.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
django, python
領域
cli, documentation
issue の種類
ドキュメント
難易度
1/5
見積もり時間
1時間未満
活発さ
活発
明瞭さ
明確に書かれている
初心者へのやさしさ
90/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。