You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the interest in Grobid and the issue.
You can use the Grobid python client, which is very well tested and has been able to scale to 12M PDF. Without managing the server availability (503 responses), you will get for sure these timeouts, but the python client is managing them for you.
Then the main adaptation to avoid timeout is on the server settings. You can have a look at the FAQ entry on the topic here. Two important aspects I think from your description are the amount of RAM memory and the number of threads. The settings for threads in the client and the grobid server need to be aligned with the real number of available threads available on the server.
Configuration
Problem
What would be the reason the service times out so fast ? Any workarounds if I wish for all requests to be completed ?
Code (for the local instance, identical cloud one except for url and token )
The text was updated successfully, but these errors were encountered: