I have a project where I use Django with celery and I noticed when a task has errors I always have that message :
Task celery succeeded in 0.09006300568580627s: None
So I understand the task is finished but sometimes there are errors and I have succeeded which is for me not true. Besides, I have None and no informations.
Do you know if it is possible to get more informations instead of None ?
Thank you very much !