Hello,
I've been trying to listRecords that are more than 100, but I get 504 Gateway Time-out. When I try this with less than 100 records, the server responds after a while. Is there any setting that tells the server to wait more before returning this error?
(same happens with listIdentifiers)
The problem occurs only when I hit the URL endpoint (with curl or through the browser), but not when calling the function from the python console
oai.oaipmh_server.listRecords(metadataPrefix='myprefix')
Additionally, when hitting the endpoint the process consumes nearly all the VMs memory...
Thank you.
Hello,
I've been trying to listRecords that are more than 100, but I get 504 Gateway Time-out. When I try this with less than 100 records, the server responds after a while. Is there any setting that tells the server to wait more before returning this error?
(same happens with listIdentifiers)
The problem occurs only when I hit the URL endpoint (with curl or through the browser), but not when calling the function from the python console
oai.oaipmh_server.listRecords(metadataPrefix='myprefix')Additionally, when hitting the endpoint the process consumes nearly all the VMs memory...
Thank you.