Add PESY and PAGE journals, decrease threads from 10 to 5 - #157
Merged
Conversation
|
allofplos/allofplos/corpus/corpus.py Line 76 in 07fdeed |
Contributor
Author
|
🤷 It occurs in allofplos_upload and when I run allofplos locally. |
benjaminkreen
self-requested a review
September 9, 2026 19:22
benjaminkreen
approved these changes
Sep 9, 2026
There was a problem hiding this comment.
Offending doi found: https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0336448&type=manuscript see line 55. Your change should fix things.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the configs for new PLoS journals Ecosystems, and Aging and Health. Slight refactor in
check_for_amended_articles()because the entire update process would fail if it encountered an issue with a single article. Now it prints a message and continues with updates for the rest of the articles. We also were seeing problems with thepqdmthreadcount at 10 so I lowered it to 5 to avoid more empty responses from rhino when fetching article data.