-
Notifications
You must be signed in to change notification settings - Fork 1
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
Increasing RT2 timeouts [WAS: Repotool2 times out on harvest of MCOs] #163
Comments
ancilliary question: does Repotool2 pick up the last item in an OAI-PMH list? |
Notes: we need to increase the timeout value in Repotool2, there is no easy way around this |
Notes: there is an intended fix for this by increasing timeouts in 5.20 that should be backported to 5.18. We will revisit this issue once that is deployed |
From Andrew Bennett: For 5.18/5.19 (following patch) we can limit the number of authors via the crosswalk: I will test (once on 5.19) and then update the crosswalk. |
@tomwrobel to note before we talk about this ticket tomorrow, Jason has explicitly requested that the person list can be limited BUT
|
28/04/20: Updated file-versions value map to map null to null instead of NA. 24/04/20: Updated for v5.20 to add parameter to limit author list to x authors (GitHub issue #163, S Ltd ticket #248705)
Many contributor objects (MCOs) where there are more than N contributors are failing harvest. We don't know what N is, only that objects in the thousands certainly fail.
Repotool2 allows 100 seconds for a Sword2 response. Therefore we have to respond within that time.
Sword2 has been updated (currently only on QA) to truncate the number of contributors at 100, and to put an et_al name element for the authors role. This should speed up the read, even if it means that the number of contributors is truncated.
Related commits:
The text was updated successfully, but these errors were encountered: