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

Worker: batch log events #790

Open
josephjclark opened this issue Sep 26, 2024 · 0 comments
Open

Worker: batch log events #790

josephjclark opened this issue Sep 26, 2024 · 0 comments

Comments

@josephjclark
Copy link
Collaborator

The worker currently sends log lines individually. Because there's a lot of logging, it can result in tens of logs per run per second.

During times of high load, that means a lot of strain coming from log events.

We should batch up subject to an argment driven limit - say every second. The worker batches log events up and only sends once per second. Probably on a throttle rather than debounce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant