Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-18 17:02:48 +02:00
parent 16fd9cab67
commit 61d970cda4
3 changed files with 38 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class Conf:
@property
def channel_prefix(self) -> str:
return self.conf.get("channel_prefix", "dramatiq.tasks")
return self.conf.get("channel_prefix", "dramatiq")
@property
def task_class(self) -> str: