Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Feature: django actor decorator with configurable defaults #68

Open AndreCimander opened 4 years ago

AndreCimander commented 4 years ago

Hi,

I created a custom actor decorator that allows settings parameter defaults in the Django settings for one of my projects and thought it might be a useful addition.

Thank you for creating this project, dramatiq is a highly welcome replacement for the (imho) unmaintainable and unreliable Celery project :-)

Best,

Bogdanp commented 4 years ago

Thanks! I'll dig into this in the coming weeks.