summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-17 14:42:42 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-17 14:42:42 +0200
commit588076cfbf27e42b3be65730aec3eec16a1b01ff (patch)
tree040aa763f2ab28dc82ef8de41483bb6c3842fc3d /docs
parent3dd94d5384e8525c36694ae7e511767431880576 (diff)
downloadufo-filters-588076cfbf27e42b3be65730aec3eec16a1b01ff.tar.gz
ufo-filters-588076cfbf27e42b3be65730aec3eec16a1b01ff.tar.bz2
ufo-filters-588076cfbf27e42b3be65730aec3eec16a1b01ff.tar.xz
ufo-filters-588076cfbf27e42b3be65730aec3eec16a1b01ff.zip
read: add lazy timeout-based reading
Diffstat (limited to 'docs')
-rw-r--r--docs/generators.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/generators.rst b/docs/generators.rst
index 45cdf94..5441a90 100644
--- a/docs/generators.rst
+++ b/docs/generators.rst
@@ -80,6 +80,16 @@ File reader
example, to load `.foo` files as raw files, set the ``type`` property to
`raw`.
+ .. gobj:prop:: retries:uint
+
+ Set the number of retries in case files do not exist yet and are being
+ written. If you set this, you *must* also set ``number`` otherwise you
+ would have to wait basically forever for the execution to finish.
+
+ .. gobj:prop:: retry-timeout:uint
+
+ Seconds to wait before reading new files.
+
Memory reader
=============