Open
Description
As discussed in #8511, retry
can produce very large logs if the retried coro
has a very large string representation.
We can probably truncate the string representation to avoid this. If there are cases where truncating would remove relevant information, please speak up.