Skip to content

Commit

Permalink
docs: arg clarity
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <[email protected]>
  • Loading branch information
mikeshultz and fubuloubu authored Nov 28, 2023
1 parent f7e44c5 commit 4f0b11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ And then the worker process with 2 worker subprocesses:
export SILVERBACK_BROKER_CLASS="taskiq_redis:ListQueueBroker"
export SILVERBACK_BROKER_URI="redis://127.0.0.1:6379"

silverback worker -w2 "example:app"
silverback worker -w 2 "example:app"
```

This will run one client and 2 workers and all queue data will be go through Redis.
Expand Down

0 comments on commit 4f0b11b

Please sign in to comment.