Is it possible to get the arguments used to call a particular failed celery task given the task's ID? I am using MongoDB as the broker and using the django-celery package.
I know that you can get the result pretty easily but wanted to know if you can do the same with the arguments used to call that task.
Thanks