You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/started/main_components/daemons.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ Listed below are common definitions between different daemons.
102
102
-**sleep-time** - How long a daemon will sleep between iterations, mutually exclusive with `run-once`. Units of seconds.
103
103
-**threads**, **total-workers**, **threads-per-process** - _[Present in threaded daemons]_ Run in threaded mode.
104
104
-**bulk**, **chunk-size** - _[Present in batched daemons]_ Provide a limit of the number of operations a single instance of a daemon can run in an iteration.
105
-
-**dry-run** - Run once, showing logs of the daemon's operations without preforming any action. Useful for verifying settings of the instance and daemon.
106
-
-**vos** - _[Present in Multi-VO daemons]_ Provide a list VOs with which the daemon can interact. Used when VOs use different settings for their daemons.
105
+
-**dry-run** - Run once, showing logs of the daemon's operations without performing any action. Useful for verifying settings of the instance and daemon.
106
+
-**vos** - _[Present in Multi-VO daemons]_ Provide a list of VOs with which the daemon can interact. Used when VOs use different settings for their daemons.
107
107
108
108
### Batched Daemons
109
109
@@ -127,7 +127,7 @@ This definition doesn't apply for producer/consumer daemons. When producer/consu
127
127
Daemons that have a `vos` option can be set to have separate settings per vo running in a multi-vo instance.
128
128
When this is set, the daemon will only interact with objects that are explicitly included in the specific VO.
129
129
130
-
By default, daemon with multi-VO options interact with all VOs on the instance.
130
+
By default, a daemon with multi-VO options interact with all VOs on the instance.
131
131
For example, this is the log displayed by the `replica-recoverer` daemon.
0 commit comments