Bogdanp / django_dramatiq

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

Add task_id to message options for context #144

Open pickfire opened 1 year ago

pickfire commented 1 year ago

Sometimes we want to link task in original model even though it is temporary. We can put in task_id in message options for admin middleware.