diff options
| author | sideshowdave7 | 2016-11-30 13:58:54 -0700 |
|---|---|---|
| committer | sideshowdave7 | 2016-11-30 13:58:54 -0700 |
| commit | c55c891dfce58cc7ec01afe403bbff5dee47d606 (patch) | |
| tree | 3ccb7457128a9c2e2efabea062b3aea4f7c5a462 /docs | |
| parent | 5d0c5b03e77c61499f980ea93583a269d21efdb2 (diff) | |
| download | eventmq-c55c891dfce58cc7ec01afe403bbff5dee47d606.tar.gz eventmq-c55c891dfce58cc7ec01afe403bbff5dee47d606.zip | |
add timeout to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/protocol.rst | 1 |
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 | ================= ======= ======= ======== ======= =========== |
| 228 | reply-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. | 228 | reply-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. |
| 229 | retry-count:# X 0 Retry a failed job this many times before accepting defeat. | 229 | retry-count:# X 0 Retry a failed job this many times before accepting defeat. |
| 230 | timeout:# X 0 Kill the job after X seconds, defaults to never timing out (0) | ||
| 230 | guarantee X False Ensure the job completes by letting someone else worry about a success reply. | 231 | guarantee X False Ensure the job completes by letting someone else worry about a success reply. |
| 231 | nohaste 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 | nohaste 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 | ================= ======= ======= ======== ======= =========== |