Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retry can produce excessively large logs #8529

Open
hendrikmakait opened this issue Feb 26, 2024 · 1 comment
Open

retry can produce excessively large logs #8529

hendrikmakait opened this issue Feb 26, 2024 · 1 comment
Labels
enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project.

Comments

@hendrikmakait
Copy link
Member

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.

@hendrikmakait hendrikmakait added enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project. and removed needs triage labels Feb 26, 2024
@hendrikmakait
Copy link
Member Author

TIL: There is reprlib, which could be useful (https://docs.python.org/3/library/reprlib.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project.
Projects
None yet
Development

No branches or pull requests

1 participant