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

Add locking for validation printing #87

Open
yashpatel6 opened this issue Nov 20, 2023 · 1 comment
Open

Add locking for validation printing #87

yashpatel6 opened this issue Nov 20, 2023 · 1 comment

Comments

@yashpatel6
Copy link
Collaborator

          It's not a _huge_ concern, but if you're printing tracebacks from multiple processes the outputs can get interleaved. You might want a lock to prevent that: https://docs.python.org/3/library/multiprocessing.html#synchronization-between-processes

Originally posted by @nwiltsie in #86 (comment)

@yashpatel6
Copy link
Collaborator Author

          For future consideration, using the log utilities can help us here as well.

Originally posted by @aholmes in #86 (comment)

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