Download:
child 253:78fd658ef778
parent 251:5f154c0a2457
252:faef9902f1d1
Anton Shestakov <av6@dwimlabs.net>, Thu, 17 Nov 2016 00:41:33 +0800
docs: add sample queue config

1 файлов изменено, 21 вставок(+), 0 удалений(-) [+]
README.rst file | annotate | diff | comparison | revisions
--- a/README.rst Thu Nov 17 00:36:02 2016 +0800
+++ b/README.rst Thu Nov 17 00:41:33 2016 +0800
@@ -131,3 +131,24 @@
consecutively to install this linter
- ``vars``: default values for variables, these can be tweaked in project
configuration file
+
+
+Queue configuration
+===================
+
+.. code:: yaml
+
+ redis-host: 127.0.0.1
+ redis-port: 6379
+ redis-password: hunter2
+
+ poll-interval: 3600
+
+ targets:
+ - url: https://hg.prosody.im/0.10
+ poll: https://hg.prosody.im/0.10/json-branches
+ type: hgweb
+
+ - url: https://github.com/kaitai-io/kaitai_struct_python_runtime
+ poll: https://api.github.com/repos/kaitai-io/kaitai_struct_python_runtime/branches
+ type: github