dramatiq icon indicating copy to clipboard operation
dramatiq copied to clipboard

Improved legibility of the help parameter for --processes

Open santigandolfo opened this issue 10 months ago • 0 comments

Currently when we run dramatiq --help, the help information for --processes says:

the number of worker processes to run (default: %s), where %s varies for the number of CPUs in the system that run the command.

The problem is that it is an ambiguous hint, because if one does't know how the value was internally defined, they could wrongly asume that the number that appears as a default is a hardcoded one.

This PR intends to make it clear that the value is not hardcoded, so if a user wanted a specific number of --processes in all the systems where their code is run, then they should set the value for it

santigandolfo avatar Aug 08 '23 17:08 santigandolfo