We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'
#163