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
For 'inscriptions' export, the number of records should be the number of ATF transliterations, and the start-from would be the nth ATF transliteration.
I've now implemented a per-page automatic retry (where it waits 500 ms to try again after a 504 Gateway Timeout, 3 times), which should help in a lot of cases.
For 'inscriptions' export, the number of records should be the number of ATF transliterations, and the start-from would be the nth ATF transliteration.
This can be a bit difficult — if you export ATF with --entities artifacts --format atf the number of ATF transliterations will not line up with the number of artifacts records.
For linked data, identifying the number of downloaded records itself could be pretty difficult. Maybe a temporary file with the current state would be simpler.
It would be useful if the export API supported two features:
Then it would be possible to have a shell script check the received data and retry until it had retrieved all the records.
The text was updated successfully, but these errors were encountered: