aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsideshowdave72016-11-30 13:58:54 -0700
committersideshowdave72016-11-30 13:58:54 -0700
commitc55c891dfce58cc7ec01afe403bbff5dee47d606 (patch)
tree3ccb7457128a9c2e2efabea062b3aea4f7c5a462 /docs
parent5d0c5b03e77c61499f980ea93583a269d21efdb2 (diff)
downloadeventmq-c55c891dfce58cc7ec01afe403bbff5dee47d606.tar.gz
eventmq-c55c891dfce58cc7ec01afe403bbff5dee47d606.zip
add timeout to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/protocol.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/protocol.rst b/docs/protocol.rst
index 44544d6..015f5fb 100644
--- a/docs/protocol.rst
+++ b/docs/protocol.rst
@@ -227,6 +227,7 @@ Header REQUEST PUBLISH SCHEDULE Default Description
227================= ======= ======= ======== ======= =========== 227================= ======= ======= ======== ======= ===========
228reply-requested X False Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value. 228reply-requested X False Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value.
229retry-count:# X 0 Retry a failed job this many times before accepting defeat. 229retry-count:# X 0 Retry a failed job this many times before accepting defeat.
230timeout:# X 0 Kill the job after X seconds, defaults to never timing out (0)
230guarantee X False Ensure the job completes by letting someone else worry about a success reply. 231guarantee X False Ensure the job completes by letting someone else worry about a success reply.
231nohaste X False When scheduling a job, set this to True if you don't want the job to run immediately as it's scheduled. Instead, it will run for the first time when the interval has elapsed. 232nohaste X False When scheduling a job, set this to True if you don't want the job to run immediately as it's scheduled. Instead, it will run for the first time when the interval has elapsed.
232================= ======= ======= ======== ======= =========== 233================= ======= ======= ======== ======= ===========