aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.html
diff options
context:
space:
mode:
authorjason2018-07-17 16:52:45 -0600
committerjason2018-07-17 16:52:45 -0600
commit99a428d823f2b8b96d674155fe5abccd0458802c (patch)
treee8d0e3cced1d3fdd14a7449d54798bb13dbd16af /protocol.html
parenteffda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (diff)
downloadeventmq-99a428d823f2b8b96d674155fe5abccd0458802c.tar.gz
eventmq-99a428d823f2b8b96d674155fe5abccd0458802c.zip
upgrade docs to 0.3.8
Diffstat (limited to 'protocol.html')
-rwxr-xr-xprotocol.html71
1 files changed, 28 insertions, 43 deletions
diff --git a/protocol.html b/protocol.html
index 088dd01..7ddcacf 100755
--- a/protocol.html
+++ b/protocol.html
@@ -24,27 +24,18 @@
24 24
25 25
26 26
27 27 <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
28 28 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
29 <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> 29 <link rel="index" title="Index" href="genindex.html" />
30 30 <link rel="search" title="Search" href="search.html" />
31 31 <link rel="prev" title="Contributing to EventMQ" href="contributing.html" />
32
33
34
35 <link rel="index" title="Index"
36 href="genindex.html"/>
37 <link rel="search" title="Search" href="search.html"/>
38 <link rel="top" title="EventMQ 0 documentation" href="index.html"/>
39 <link rel="up" title="Contributing to EventMQ" href="contributing.html"/>
40 <link rel="prev" title="Contributing to EventMQ" href="contributing.html"/>
41 32
42 33
43 <script src="_static/js/modernizr.min.js"></script> 34 <script src="_static/js/modernizr.min.js"></script>
44 35
45</head> 36</head>
46 37
47<body class="wy-body-for-nav" role="document"> 38<body class="wy-body-for-nav">
48 39
49 40
50 <div class="wy-grid-for-nav"> 41 <div class="wy-grid-for-nav">
@@ -66,7 +57,7 @@
66 57
67 58
68 <div class="version"> 59 <div class="version">
69 0.3.6 60 0.3.8
70 </div> 61 </div>
71 62
72 63
@@ -128,7 +119,7 @@
128 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> 119 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
129 120
130 121
131 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 122 <nav class="wy-nav-top" aria-label="top navigation">
132 123
133 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 124 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
134 <a href="index.html">EventMQ</a> 125 <a href="index.html">EventMQ</a>
@@ -136,9 +127,10 @@
136 </nav> 127 </nav>
137 128
138 129
139
140 <div class="wy-nav-content"> 130 <div class="wy-nav-content">
131
141 <div class="rst-content"> 132 <div class="rst-content">
133
142 134
143 135
144 136
@@ -610,7 +602,7 @@
610<td>A unique id for the msg</td> 602<td>A unique id for the msg</td>
611</tr> 603</tr>
612<tr class="row-even"><td>4</td> 604<tr class="row-even"><td>4</td>
613<td>&#160;</td> 605<td>&nbsp;</td>
614<td>Queues. Unused for scheduler</td> 606<td>Queues. Unused for scheduler</td>
615</tr> 607</tr>
616<tr class="row-odd"><td>5</td> 608<tr class="row-odd"><td>5</td>
@@ -777,35 +769,35 @@
777<tbody valign="top"> 769<tbody valign="top">
778<tr class="row-even"><td>reply-requested</td> 770<tr class="row-even"><td>reply-requested</td>
779<td>X</td> 771<td>X</td>
780<td>&#160;</td> 772<td>&nbsp;</td>
781<td>&#160;</td> 773<td>&nbsp;</td>
782<td>False</td> 774<td>False</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> 775<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>
784</tr> 776</tr>
785<tr class="row-odd"><td>retry-count:#</td> 777<tr class="row-odd"><td>retry-count:#</td>
786<td>X</td> 778<td>X</td>
787<td>&#160;</td> 779<td>&nbsp;</td>
788<td>&#160;</td> 780<td>&nbsp;</td>
789<td>0</td> 781<td>0</td>
790<td>Retry a failed job this many times before accepting defeat.</td> 782<td>Retry a failed job this many times before accepting defeat.</td>
791</tr> 783</tr>
792<tr class="row-even"><td>timeout:#</td> 784<tr class="row-even"><td>timeout:#</td>
793<td>X</td> 785<td>X</td>
794<td>&#160;</td> 786<td>&nbsp;</td>
795<td>&#160;</td> 787<td>&nbsp;</td>
796<td>0</td> 788<td>0</td>
797<td>Kill the job after X seconds, defaults to never timing out (0)</td> 789<td>Kill the job after X seconds, defaults to never timing out (0)</td>
798</tr> 790</tr>
799<tr class="row-odd"><td>guarantee</td> 791<tr class="row-odd"><td>guarantee</td>
800<td>X</td> 792<td>X</td>
801<td>&#160;</td> 793<td>&nbsp;</td>
802<td>&#160;</td> 794<td>&nbsp;</td>
803<td>False</td> 795<td>False</td>
804<td>Ensure the job completes by letting someone else worry about a success reply.</td> 796<td>Ensure the job completes by letting someone else worry about a success reply.</td>
805</tr> 797</tr>
806<tr class="row-even"><td>nohaste</td> 798<tr class="row-even"><td>nohaste</td>
807<td>&#160;</td> 799<td>&nbsp;</td>
808<td>&#160;</td> 800<td>&nbsp;</td>
809<td>X</td> 801<td>X</td>
810<td>False</td> 802<td>False</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> 803<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>
@@ -836,9 +828,7 @@
836 828
837 829
838 </div> 830 </div>
839 <div class="articleComments"> 831
840
841 </div>
842 </div> 832 </div>
843 <footer> 833 <footer>
844 834
@@ -854,11 +844,11 @@
854 844
855 <div role="contentinfo"> 845 <div role="contentinfo">
856 <p> 846 <p>
857 &copy; Copyright 2017, EventMQ Contributors. 847 &copy; Copyright 2018, EventMQ Contributors.
858 848
859 </p> 849 </p>
860 </div> 850 </div>
861 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 851 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
862 852
863</footer> 853</footer>
864 854
@@ -877,6 +867,7 @@
877 var DOCUMENTATION_OPTIONS = { 867 var DOCUMENTATION_OPTIONS = {
878 URL_ROOT:'./', 868 URL_ROOT:'./',
879 VERSION:'0', 869 VERSION:'0',
870 LANGUAGE:'None',
880 COLLAPSE_INDEX:false, 871 COLLAPSE_INDEX:false,
881 FILE_SUFFIX:'.html', 872 FILE_SUFFIX:'.html',
882 HAS_SOURCE: true, 873 HAS_SOURCE: true,
@@ -889,19 +880,13 @@
889 880
890 881
891 882
892 883 <script type="text/javascript" src="_static/js/theme.js"></script>
893
894 <script type="text/javascript" src="_static/js/theme.js"></script>
895
896 884
897
898
899 <script type="text/javascript"> 885 <script type="text/javascript">
900 jQuery(function () { 886 jQuery(function () {
901 SphinxRtdTheme.StickyNav.enable(); 887 SphinxRtdTheme.Navigation.enable(true);
902 }); 888 });
903 </script> 889 </script>
904
905 890
906</body> 891</body>
907</html> \ No newline at end of file 892</html> \ No newline at end of file