krawler v0.4.3 Release Notes
Release Date: 2017-11-26 // over 5 years ago-
- ➕ Added ability to clear crawl queues by RequestId and Age, see
Krawler#removeUrlsByRootPage
🚚 andKrawler#removeUrlsByAge
- ➕ Added config option to prevent crawler shutdown on empty queues
- ➕ Added new single byte priority field to
KrawlQueueEntry
. Queues will always attempt to pop thelowest
priority
entry available. Priority can be assigned by overriding theKrawler#assignQueuePriorty
method. - ⚡️ Update dependencies
- ➕ Added ability to clear crawl queues by RequestId and Age, see