Bogdanp / django_dramatiq

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

Add setting to override the name of the tasks.py file. #99

Closed thebjorn closed 3 years ago

thebjorn commented 3 years ago

This fixes the issues raised in #98 .

thebjorn commented 3 years ago

The test failures seem related to db-locking issues (I don't think my changes could have caused the failures, nor would I know how to fix them...)

Bogdanp commented 3 years ago

Thanks! I've squashed and merged this.