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
Introduce a "switching" request provider implementation to better encapsulate the logic of "read from list first, add new requests to queue" currently present in BasicCrawler
The transfer from request list to request queue should be done in background, not when fetching requests from the queue
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Activity
janbuchar commentedon Dec 12, 2024
Python implementation here apify/crawlee-python#777
TandemRequestProvider
for combinedRequestList
andRequestQueue
usage #2914