diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
commit | fa665e0b7252b5916f0fbd57d6ef8c1f0a9b080f (patch) | |
tree | 2c0f441cfd619568085193a9c0c55d3ce902e2c9 /doc | |
parent | dc7e5e528d1193fdd82676e451ac32751f28851b (diff) |
periodic queue runner
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index bb00fa1d2..7b1e1ecb6 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -4465,15 +4465,16 @@ be done. If a message requires any remote deliveries, it remains on the queue for later delivery. .new -.vitem &%-q[q][i][f[f]][l][G<name>]%& +.vitem &%-q[q][i][f[f]][l][G<name>[/<time>]]]%& .oindex "&%-qG%&" .cindex queue named .cindex "named queues" .cindex "queue" "delivering specific messages" If the &'G'& flag and a name is present, the queue runner operates on the queue with the given name rather than the default queue. -Because the name is the remainder of the option string, any -periodic-run interval must be given as a separate &%-q%& option. +The name should not contain a &'/'& character. +For a periodic queue run (see below) +append to the name a slash and a time value. .wen .vitem &%-q%&<&'qflags'&>&~<&'start&~id'&>&~<&'end&~id'&> |