Bogdanp / Bogdanp/django_dramatiq
Black and White listing of actors that can write to the DB
Open
enhancement
- Dominant language
- Python
- Stars
- 384
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Allow to specify which actors to write to the database with "black" and "white" lists:
```
DJANGO_DRAMATIQ_TASKS_NOT_WRITES = ['actor_name_that_excluded']
DJANGO_DRAMATIQ_TASKS_WRITES_ONLY = ['actor_name_that_writes_only1', 'actor_name_that_writes_only2'
```
https://github.com/Bogdanp/django_dramatiq/pull/163
Contributor guide
Assessment
This issue has not been assessed yet.