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

Feature/multi process #1

Merged
merged 4 commits into from
Mar 30, 2024
Merged

Feature/multi process #1

merged 4 commits into from
Mar 30, 2024

Conversation

Greeley
Copy link
Owner

@Greeley Greeley commented Mar 30, 2024

  • added exception package with InvalidCookieException.py
  • added multiprocess package with exorcise_daemons.py
  • exorcise_daemons#ExorcistPool creates multiprocessing pools without creating daemons
  • mapped self._process_order_id to multiprocess pool of purchase_keys.
  • Downloading: basename now prints to avoid so much console spam.
  • join the pool to finalize it properly.
  • created CacheData class in cache.py
  • read cache data in for every write.
  • Not currently available for trove.

Greeley added 4 commits March 29, 2024 22:26
- lambda to be pedantic about the type map expects.
- added exception package with InvalidCookieException.py
- added multiprocess package with exorcise_daemons.py
- exorcise_daemons#ExorcistPool creates multiprocessing pools without creating daemons
- mapped self._process_order_id to multiprocess pool of purchase_keys.
- Downloading: basename now prints to avoid so much console spam.
- join the pool to finalize it properly.
- created CacheData class in cache.py
- read cache data in for every write.
@Greeley Greeley merged commit f36e619 into main Mar 30, 2024
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.

1 participant