Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 289 forks source link

Failed tasks searchable by Args #322

Open wobedi opened 6 years ago

wobedi commented 6 years ago

As a debugging dev I would like the ability to search for args in the Django Admin interface for failed tasks and see failed tasks which have these args.

dnk8n commented 3 years ago

Also came here to ask for this. Even for successful tasks.

In my case some emails are not going through. We pretty much know it is due to the SMTP server but we would like to trace certain email addresses so that we can follow from the SMTP server logs what is going wrong.

Since scenarios are not always reproducible, it would be handy to be able to search out the args and thereby find out the times of the 'successful' tasks.