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
Current implementation removes the batch right after requesting it from the storage. If spider process will not receive it (or unexpectedly finish during crawling) items in the batch will be lost. To prevent this, a mechanism marking batch as "locked" with following release needs to be designed.
The text was updated successfully, but these errors were encountered:
Current implementation removes the batch right after requesting it from the storage. If spider process will not receive it (or unexpectedly finish during crawling) items in the batch will be lost. To prevent this, a mechanism marking batch as "locked" with following release needs to be designed.
The text was updated successfully, but these errors were encountered: