Class: QueueSystem
Defined in: | src/kermit/QueueSystem.coffee |
Class Method Summary
Instance Method Summary
- # (void) initialize(done)
- # (void) completed(item) Handle a item that successfully completed processing (run cleanup and remember the url as successfully processed).
- # (void) initial(item)
- # (void) schedule(url, meta) Add the given URL to the collection of scheduled URLs
- # (void) items()
- # (void) urls()
- # (void) save()
Class Method Details
.
(void)
defaultOptions()
Constructor Details
#
(void)
constructor(options = {})
Instance Method Details
#
(void)
initialize(done)
#
(void)
completed(item)
Handle a item that successfully completed processing (run cleanup and remember the url as successfully processed).
#
(void)
initial(item)
#
(void)
schedule(url, meta)
Add the given URL to the collection of scheduled URLs
#
(void)
items()
#
(void)
urls()
#
(void)
save()