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
Seems that when the site errors out, self.options.skipDuplicates is se to false, but never set back to true in the current version. This lets duplicate urls to end up crawled by the system.
Thanks, it's a problem found and fixed in the master branch, and will be included in next patch. if you're interested in the solution feel free checkout the source code.
Seems that when the site errors out,
self.options.skipDuplicates
is se to false, but never set back to true in the current version. This lets duplicate urls to end up crawled by the system.Better solution could be something like:
If .queue method can throw, then something like
The text was updated successfully, but these errors were encountered: