This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, kmaork, stuball123, xtreak, yselivanov
Date 2020-02-20.23:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582241265.05.0.82733619157.issue39623@roundup.psfhosted.org>
In-reply-to
Content
> I agree, but wouldn't you agree that some information is better than no information?

We do agree with that. Making it work in the way that does not disturb people when a 10mb bytes string is passed is challenging. We could just cut everything after 100 characters, but it's not an ideal solution either.

> But in case the same task is run many times with different arguments, the task's name by itself doesn't provide very useful information...

So make it useful. You can concatenate critical arguments reprs to task names or make them informative in other way.  If you're working with a third-party library that doesn't use task names consider making a PR.
History
Date User Action Args
2020-02-20 23:27:45yselivanovsetrecipients: + yselivanov, asvetlov, xtreak, kmaork, stuball123
2020-02-20 23:27:45yselivanovsetmessageid: <1582241265.05.0.82733619157.issue39623@roundup.psfhosted.org>
2020-02-20 23:27:45yselivanovlinkissue39623 messages
2020-02-20 23:27:44yselivanovcreate