-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Checklist
- Same issue has not been opened before.
Expected Behavior
All threads to stop as crawler prints info and saves files.
Actual Behavior
Once one thread reaches SAVE_COUNT links crawled, it saves while the other threads continue. This results in [CRAWL] logs in between [INFO] logs.
It seems like this is inefficient and could result in some saving errors.
Steps to Reproduce the Problem
- Run crawler
- Wait for the autosave cap to be hit.
Specifications
- Crawler Version: 1.6.2
- Platform: Ubuntu (16.04 LTS)
- Python version: 3.5.2
- Dependency Versions: All latest.
Reactions are currently unavailable