Bogdanp / Bogdanp/django_dramatiq

Add silent option for startup

Open
#120 3 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
384
Forks
86
PR merge metrics
No merged PRs in 30d

Description

Hi,

Currently the `rundramatiq` management prints each tasks module it finds on startup:

```
* Discovered tasks module foo.tasks
* Discovered tasks module bar.tasks
```

This output can be quite long if you have many tasks modules.

It would be nice if this was possible to silence by adding a `-v0` option to the command.

Relevant code:
https://github.com/Bogdanp/django_dramatiq/blob/master/django_dramatiq/management/commands/rundramatiq.py#L176

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.