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
While we don't support using the same crawler for multiple spiders, it is currently possible to run the same crawler (with the same spider) twice, possibly with different spider arguments. I.e., this works:
This is done in some of our tests (1, 2, 3). Are these tests legacy code or is support for multiple crawls part of the public API (see also this discussion)?
The text was updated successfully, but these errors were encountered:
While we don't support using the same crawler for multiple spiders, it is currently possible to run the same crawler (with the same spider) twice, possibly with different spider arguments. I.e., this works:
This is done in some of our tests (1, 2, 3). Are these tests legacy code or is support for multiple crawls part of the public API (see also this discussion)?
The text was updated successfully, but these errors were encountered: