aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.html
diff options
context:
space:
mode:
authorjason2018-07-17 16:49:04 -0600
committerjason2018-07-17 16:49:04 -0600
commiteffda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (patch)
tree77534c617bd0854e4b9c1303fc229322adff359f /protocol.html
parent4dd9e72fd596d6795d43a423219f5000e58b9a61 (diff)
downloadeventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.tar.gz
eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.zip
update docs to 0.3.8
Diffstat (limited to 'protocol.html')
-rwxr-xr-xprotocol.html75
1 files changed, 52 insertions, 23 deletions
diff --git a/protocol.html b/protocol.html
index e0a094f..088dd01 100755
--- a/protocol.html
+++ b/protocol.html
@@ -13,6 +13,8 @@
13 13
14 14
15 15
16
17
16 18
17 19
18 20
@@ -44,6 +46,7 @@
44 46
45<body class="wy-body-for-nav" role="document"> 47<body class="wy-body-for-nav" role="document">
46 48
49
47 <div class="wy-grid-for-nav"> 50 <div class="wy-grid-for-nav">
48 51
49 52
@@ -63,7 +66,7 @@
63 66
64 67
65 <div class="version"> 68 <div class="version">
66 0.3.3 69 0.3.6
67 </div> 70 </div>
68 71
69 72
@@ -84,7 +87,10 @@
84 87
85 88
86 89
87 <ul class="current"> 90
91
92
93 <ul class="current">
88<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> 94<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
89<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> 95<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li>
90<li class="toctree-l1 current"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a><ul class="current"> 96<li class="toctree-l1 current"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a><ul class="current">
@@ -123,8 +129,10 @@
123 129
124 130
125 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 131 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
126 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 132
127 <a href="index.html">EventMQ</a> 133 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
134 <a href="index.html">EventMQ</a>
135
128 </nav> 136 </nav>
129 137
130 138
@@ -133,25 +141,42 @@
133 <div class="rst-content"> 141 <div class="rst-content">
134 142
135 143
136 144
145
146
147
148
149
150
151
152
153
154
137 155
138 156
139 157
140<div role="navigation" aria-label="breadcrumbs navigation"> 158<div role="navigation" aria-label="breadcrumbs navigation">
159
141 <ul class="wy-breadcrumbs"> 160 <ul class="wy-breadcrumbs">
142 <li><a href="index.html">Docs</a> &raquo;</li> 161
143 162 <li><a href="index.html">Docs</a> &raquo;</li>
163
144 <li><a href="contributing.html">Contributing to EventMQ</a> &raquo;</li> 164 <li><a href="contributing.html">Contributing to EventMQ</a> &raquo;</li>
145 165
146 <li>EventMQ Protocol Specification</li> 166 <li>EventMQ Protocol Specification</li>
167
168
147 <li class="wy-breadcrumbs-aside"> 169 <li class="wy-breadcrumbs-aside">
148 170
149 171
150 <a href="_sources/protocol.rst.txt" rel="nofollow"> View page source</a> 172 <a href="_sources/protocol.rst.txt" rel="nofollow"> View page source</a>
151 173
152 174
153 </li> 175 </li>
176
154 </ul> 177 </ul>
178
179
155 <hr/> 180 <hr/>
156</div> 181</div>
157 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 182 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -585,7 +610,7 @@
585<td>A unique id for the msg</td> 610<td>A unique id for the msg</td>
586</tr> 611</tr>
587<tr class="row-even"><td>4</td> 612<tr class="row-even"><td>4</td>
588<td>&nbsp;</td> 613<td>&#160;</td>
589<td>Queues. Unused for scheduler</td> 614<td>Queues. Unused for scheduler</td>
590</tr> 615</tr>
591<tr class="row-odd"><td>5</td> 616<tr class="row-odd"><td>5</td>
@@ -752,35 +777,35 @@
752<tbody valign="top"> 777<tbody valign="top">
753<tr class="row-even"><td>reply-requested</td> 778<tr class="row-even"><td>reply-requested</td>
754<td>X</td> 779<td>X</td>
755<td>&nbsp;</td> 780<td>&#160;</td>
756<td>&nbsp;</td> 781<td>&#160;</td>
757<td>False</td> 782<td>False</td>
758<td>Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value.</td> 783<td>Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value.</td>
759</tr> 784</tr>
760<tr class="row-odd"><td>retry-count:#</td> 785<tr class="row-odd"><td>retry-count:#</td>
761<td>X</td> 786<td>X</td>
762<td>&nbsp;</td> 787<td>&#160;</td>
763<td>&nbsp;</td> 788<td>&#160;</td>
764<td>0</td> 789<td>0</td>
765<td>Retry a failed job this many times before accepting defeat.</td> 790<td>Retry a failed job this many times before accepting defeat.</td>
766</tr> 791</tr>
767<tr class="row-even"><td>timeout:#</td> 792<tr class="row-even"><td>timeout:#</td>
768<td>X</td> 793<td>X</td>
769<td>&nbsp;</td> 794<td>&#160;</td>
770<td>&nbsp;</td> 795<td>&#160;</td>
771<td>0</td> 796<td>0</td>
772<td>Kill the job after X seconds, defaults to never timing out (0)</td> 797<td>Kill the job after X seconds, defaults to never timing out (0)</td>
773</tr> 798</tr>
774<tr class="row-odd"><td>guarantee</td> 799<tr class="row-odd"><td>guarantee</td>
775<td>X</td> 800<td>X</td>
776<td>&nbsp;</td> 801<td>&#160;</td>
777<td>&nbsp;</td> 802<td>&#160;</td>
778<td>False</td> 803<td>False</td>
779<td>Ensure the job completes by letting someone else worry about a success reply.</td> 804<td>Ensure the job completes by letting someone else worry about a success reply.</td>
780</tr> 805</tr>
781<tr class="row-even"><td>nohaste</td> 806<tr class="row-even"><td>nohaste</td>
782<td>&nbsp;</td> 807<td>&#160;</td>
783<td>&nbsp;</td> 808<td>&#160;</td>
784<td>X</td> 809<td>X</td>
785<td>False</td> 810<td>False</td>
786<td>When scheduling a job, set this to True if you don&#8217;t want the job to run immediately as it&#8217;s scheduled. Instead, it will run for the first time when the interval has elapsed.</td> 811<td>When scheduling a job, set this to True if you don&#8217;t want the job to run immediately as it&#8217;s scheduled. Instead, it will run for the first time when the interval has elapsed.</td>
@@ -811,13 +836,16 @@
811 836
812 837
813 </div> 838 </div>
839 <div class="articleComments">
840
841 </div>
814 </div> 842 </div>
815 <footer> 843 <footer>
816 844
817 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 845 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
818 846
819 847
820 <a href="contributing.html" class="btn btn-neutral" title="Contributing to EventMQ" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 848 <a href="contributing.html" class="btn btn-neutral" title="Contributing to EventMQ" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
821 849
822 </div> 850 </div>
823 851
@@ -851,7 +879,8 @@
851 VERSION:'0', 879 VERSION:'0',
852 COLLAPSE_INDEX:false, 880 COLLAPSE_INDEX:false,
853 FILE_SUFFIX:'.html', 881 FILE_SUFFIX:'.html',
854 HAS_SOURCE: true 882 HAS_SOURCE: true,
883 SOURCELINK_SUFFIX: '.txt'
855 }; 884 };
856 </script> 885 </script>
857 <script type="text/javascript" src="_static/jquery.js"></script> 886 <script type="text/javascript" src="_static/jquery.js"></script>