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
{{ message }}
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
At the end of the crawling, we do a last export without checking if there are actually any pages left in the List. We should do a check there and see if there are any pages left (all of them might have already be exported in the for(), if the total number divides by batchSize perfectly).
At the end of the crawling, we do a last export without checking if there are actually any pages left in the List. We should do a check there and see if there are any pages left (all of them might have already be exported in the for(), if the total number divides by batchSize perfectly).