Bogdanp / django_dramatiq

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

Store traceback in django admin #142

Closed pickfire closed 12 months ago

pickfire commented 1 year ago

Currently the traceback stored in django admin relies on RetriesMiddleware, if retries is set to 0 or it is disabled, traceback is not stored in django admin, AdminMiddleware should always set traceback without depending on RetriesMiddleware.

spumer commented 12 months ago

@amureki can you review/approve?

amureki commented 12 months ago

Released in 0.11.3: https://pypi.org/project/django-dramatiq/0.11.3/