boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
86 stars 20 forks source link

Saving task arguments would be very beneficial #149

Open VikasNeha opened 5 months ago

VikasNeha commented 5 months ago

In the task model, a lot of info is saved which is very useful. But in a production scenario, it will also be super helpful if the args passed to the task function are also stored. If a task fails, the error message is there but it becomes difficult to map it to the input. If you think this is useful, I would be willing to work on a PR for this.