Where new items go: filed as memory notes, or ingested by hive-ingestor.
:rss/sink picks. "memory" files notes. "ingestor" ingests, and a
call that fails leaves the items unseen for the next poll. "auto" ingests
when the host offers a :tools/invoke port and falls back to notes for a
batch the ingestor could not take, so items are delivered either way.
Where new items go: filed as memory notes, or ingested by hive-ingestor. `:rss/sink` picks. `"memory"` files notes. `"ingestor"` ingests, and a call that fails leaves the items unseen for the next poll. `"auto"` ingests when the host offers a `:tools/invoke` port and falls back to notes for a batch the ingestor could not take, so items are delivered either way.
(choose settings invoke feed-cache file!)The :deliver! for settings given the host's invoke (nil when none), or
nil to file notes entry by entry through file!.
The `:deliver!` for `settings` given the host's `invoke` (nil when none), or nil to file notes entry by entry through `file!`.
(ingestor-deliver invoke feed-cache)A :deliver! that ingests through invoke. The feed is handed to the rss
source through feed-cache for the duration of the call, so the ingest does
not fetch it again.
A `:deliver!` that ingests through `invoke`. The feed is handed to the `rss` source through `feed-cache` for the duration of the call, so the ingest does not fetch it again.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |