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

fix: master thread message handler only logs 1 debug message per jobUID #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clintonwoo
Copy link

Here's a pull request to fix an issue with the worker message event handler.. it's logging 1 debug message per worker event handler.

So if a user has 10 observable events from the worker that the master subscribes to it will log 10 times the same message.

Doing the debug log after filtering the event UID fixes the issue.

Would appreciate a merge and new version if you could be so kind! Thank you!

@andywer
Copy link
Owner

andywer commented Apr 27, 2024

Good point!

@clintonwoo
Copy link
Author

Hm seems like the CI checks are failing for an unrelated reason

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

Successfully merging this pull request may close these issues.

None yet

2 participants