Bogdanp / django_dramatiq

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

rundramatiq: handle fork-functions #63

Closed timdrijvers closed 4 years ago

timdrijvers commented 4 years ago

Add support for handling fork-functions. I see two ways to handle this, either via the settings or cli options. Where the first option wouldn't be able to handle different fork functions per running Dramatiq instance.