aboutsummaryrefslogtreecommitdiffstats
path: root/settings_file.html
diff options
context:
space:
mode:
Diffstat (limited to 'settings_file.html')
-rwxr-xr-xsettings_file.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/settings_file.html b/settings_file.html
index bde19a5..d8dfb1a 100755
--- a/settings_file.html
+++ b/settings_file.html
@@ -64,7 +64,7 @@
64 64
65 65
66 <div class="version"> 66 <div class="version">
67 0.3-rc10 67 0.3
68 </div> 68 </div>
69 69
70 70
@@ -175,12 +175,13 @@ running. Grouping similar jobs in named queues will help you tune this number.</
175</div> 175</div>
176<div class="section" id="queues"> 176<div class="section" id="queues">
177<h3>queues<a class="headerlink" href="#queues" title="Permalink to this headline">¶</a></h3> 177<h3>queues<a class="headerlink" href="#queues" title="Permalink to this headline">¶</a></h3>
178<p>Default: (10, default)</p> 178<p>Default: [[10, &#8220;default&#8221;]]</p>
179<p>Semi-colon seperated list of queues to process jobs for with thier 179<p>Comma seperated list of queues to process jobs for with thier weights. This list
180weights. Example: <code class="docutils literal"><span class="pre">queues=(10,</span> <span class="pre">data_process);</span> <span class="pre">(15,</span> <span class="pre">email)</span></code>. With these 180must be valid JSON otherwise an error will be thrown.
181Example: <code class="docutils literal"><span class="pre">queues=[[10,</span> <span class="pre">&quot;data_process&quot;],</span> <span class="pre">[15,</span> <span class="pre">&quot;email&quot;]]</span></code>. With these
181weights and the <code class="docutils literal"><span class="pre">CONCURRENT_JOBS</span></code> setting, you should be able to tune managers 182weights and the <code class="docutils literal"><span class="pre">CONCURRENT_JOBS</span></code> setting, you should be able to tune managers
182running jobs locally pretty efficiently. If you have a larger box with a weight 183running jobs locally efficiently. If you have a larger server with a weight of
183of 50 on q1 and 8 concurrent jobs and a smaller box with a weight 30 and 4 18450 on q1 and 8 concurrent jobs and a smaller server with a weight 30 and 4
184concurrent jobs, the q1 jobs will be sent to the large box until it is no longer 185concurrent jobs, the q1 jobs will be sent to the large box until it is no longer
185accepting jobs. At this point jobs will start to be sent to the next highest 186accepting jobs. At this point jobs will start to be sent to the next highest
186number until the large box is ready to accept another q1 job.</p> 187number until the large box is ready to accept another q1 job.</p>