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

Replace verbose event processing logging #3331

Open
tnull opened this issue Sep 23, 2024 · 0 comments
Open

Replace verbose event processing logging #3331

tnull opened this issue Sep 23, 2024 · 0 comments
Milestone

Comments

@tnull
Copy link
Contributor

tnull commented Sep 23, 2024

In #3314 we introduced logging around event processing.

Logging in the event processing loop will however turn out to be very spammy, in particular since we recently introduced fallible event handling in which case we directly loop around and retry processing.

We should move the logging to calling handle_event (see #3314 (comment)) but probably want to introduce some kind of delay before retrying event handling (which we discussed before, but didn't actually do in #2995.

@tnull tnull added this to the 0.1 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant