codingjoe / codingjoe/threadmill
README utilization example uses --processes, but the command defines --workers
- Vorherrschende Sprache
- Python
- Sterne
- 12
- Forks
- 1
- Ø Merge
- 1 T. 1 Std.
- Gemergte PRs (30 T.)
- 10
Beschreibung
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).
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- django, python
- Bereich
- cli, documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Aktiv
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 90/100