Bogdanp / Bogdanp/django_dramatiq

Black and White listing of actors that can write to the DB

Open
#171 0 comments 0 reactions 0 assignees View on GitHub
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

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.