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

replacing multiprocessing pool with pipe #491

Merged
merged 3 commits into from
Mar 24, 2024
Merged

replacing multiprocessing pool with pipe #491

merged 3 commits into from
Mar 24, 2024

Conversation

Szasza
Copy link
Contributor

@Szasza Szasza commented Mar 18, 2024

Closes #489

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.81%. Comparing base (3a1360a) to head (61b511d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #491   +/-   ##
=======================================
  Coverage   58.81%   58.81%           
=======================================
  Files          11       11           
  Lines        1525     1525           
=======================================
  Hits          897      897           
  Misses        628      628           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seanthegeek seanthegeek merged commit a915385 into domainaware:master Mar 24, 2024
3 checks passed
@Szasza Szasza deleted the chore/replacing-multiprocessing-pool-with-pipe branch March 24, 2024 05:02
seanthegeek added a commit that referenced this pull request Mar 25, 2024
- Add source name and type information based on static mapping of the reverse DNS base domain
  - See [this documentation](https://github.com/domainaware/parsedmarc/tree/master/parsedmarc/resources/maps) for more information, and to learn how to help!
- Replace `multiprocessing.Pool` with `Pipe` + `Process` (PR #491 closes issue #489)
- Remove unused parallel arguments (PR #492 closes issue #490)
seanthegeek added a commit that referenced this pull request Mar 25, 2024
- Fix broken cache (PR #494)
- Add source name and type information based on static mapping of the reverse DNS base domain
  - See [this documentation](https://github.com/domainaware/parsedmarc/tree/master/parsedmarc/resources/maps) for more information, and to learn how to help!
- Replace `multiprocessing.Pool` with `Pipe` + `Process` (PR #491 closes issue #489)
- Remove unused parallel arguments (PR #492 closes issue #490)
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.

Replace multiprocessing.Pool with Pipe + Process
2 participants