-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving OAI metadata capture to entry processing (#697)
In writing #694 I introduced an OAI bug. There are two OAI fetch cycles. The first is the list of records. These are fetched via the `list_identifiers` method. That method returns header information without metadata. Then, we submit one job per header. At that point we perform the second fetch of the record. This includes the full metadata.
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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