aboutsummaryrefslogtreecommitdiff
path: root/queue.go
AgeCommit message (Collapse)Author
2020-02-17Propagate the link tag through redirectsale
In order to do this we have to plumb it through the queue and the Handler interface, but it should allow fetches of the resources associated with a page via the IncludeRelatedScope even if it's behind a redirect.
2018-08-31Improve error checkingale
Detect write errors (both on the database and to the WARC output) and abort with an error message. Also fix a bunch of harmless lint warnings.
2017-12-19Simplify redirectHandler.Handleale
2017-12-18Switch to github.com/syndtr/goleveldbale
The native Go implementation of LevelDB.
2015-06-29improve queue code; golint fixesale
The queuing code now performs proper lease accounting, and it will not return a URL twice if the page load is slow.