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
A crawlbot's job constantly enhances the resultset with new data. Ergo, when fetching the resultset, it's always different unless the job is done or paused.
Since the library depends on Guzzle, perhaps consider using streams?
To keep in mind: stopping the stream if job is paused. Would require re-checking job status? Open for discussion.
The text was updated successfully, but these errors were encountered:
A crawlbot's job constantly enhances the resultset with new data. Ergo, when fetching the resultset, it's always different unless the job is done or paused.
Since the library depends on Guzzle, perhaps consider using streams?
To keep in mind: stopping the stream if job is paused. Would require re-checking job status? Open for discussion.
The text was updated successfully, but these errors were encountered: