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

ref(endpoints): Remove redundant I/O pools from functions #370

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

jan-auer
Copy link
Member

The minidump and apple crash report endpoints pass an I/O threadpool without actually using it. Removing this allows to clean up the service state and remove I/O pools entirely from the public interface.

#skip-changelog

@jan-auer jan-auer self-assigned this Jan 29, 2021
@jan-auer jan-auer requested a review from a team January 29, 2021 11:33
@jan-auer jan-auer changed the title ref(endpoints): Remove redundant IO pools from functions ref(endpoints): Remove redundant I/O pools from functions Jan 29, 2021
@jan-auer
Copy link
Member Author

@flub I left the downloader in the service state now as it might be useful to access it via the service state in near future rather than passing it into the other actor's constructors. It's not exposed though, so if you'd like me to remove that as well I don't mind doing so.

@jan-auer jan-auer merged commit ef44247 into master Jan 29, 2021
@jan-auer jan-auer deleted the ref/remove-redundant-io-pools branch January 29, 2021 12:28
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.

2 participants