yvanzo: I was looking at the code for the notifier task and I'm kinda confused about it's existence. Right now, all it does is periodically look at the database for new urls, then tell posgres to store them in a glorified array that the archive task periodically looks at. Why not just make the archive task look for new rows when it actually needs it? Since there's only one archiver, and only one url being sent to be archived at a time, there's no need to store multiple of them. Or maybe I'm missing something?