Class: Wurk::Fetcher
- Inherits:
-
Object
show all
- Defined in:
- lib/wurk/fetcher.rb,
lib/wurk/fetcher/reaper.rb,
lib/wurk/fetcher/reliable.rb
Overview
Abstract fetcher. Wurk::Fetcher::Reliable is the only implementation we ship and the only one we recommend — BLMOVE-based reliable fetch. No “basic fetch” mode.
Defined Under Namespace
Classes: Reaper, Reliable
Instance Method Summary
collapse
Instance Method Details
#bulk_requeue(in_progress) ⇒ Object
9
|
# File 'lib/wurk/fetcher.rb', line 9
def bulk_requeue(in_progress); end
|
#retrieve_work ⇒ Object
8
|
# File 'lib/wurk/fetcher.rb', line 8
def retrieve_work; end
|