Skip to content

Commit f60ebbc

Browse files
committed
sphinx-versioning render from publish.sh - Fri Dec 30 01:34:45 PM UTC 2022 - 190ab7c08da51c634646252b1c64d73158893860
1 parent 55074df commit f60ebbc

8 files changed

Lines changed: 2 additions & 98 deletions

File tree

_sources/configuration/misc.rst.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,3 @@ Interval & duration fields in job definitions, pruning configurations, etc. must
4444

4545
var durationStringRegex *regexp.Regexp = regexp.MustCompile(`^\s*(\d+)\s*(s|m|h|d|w)\s*$`)
4646
// s = second, m = minute, h = hour, d = day, w = week (7 days)
47-
48-
Super-Verbose Job Debugging
49-
---------------------------
50-
51-
You have probably landed here because you opened an issue on GitHub and some developer told you to do this...
52-
So just read the annotated comments ;)
53-
54-
::
55-
56-
job:
57-
- name: ...
58-
...
59-
# JOB DEBUGGING OPTIONS
60-
# should be equal for all job types, but each job implements the debugging itself
61-
debug:
62-
conn: # debug the io.ReadWriteCloser connection
63-
read_dump: /tmp/connlog_read # dump results of Read() invocations to this file
64-
write_dump: /tmp/connlog_write # dump results of Write() invocations to this file
65-
rpc: # debug the RPC protocol implementation
66-
log: true # log output from rpc layer to the job log
67-
68-
.. ATTENTION::
69-
70-
Connection dumps will almost certainly contain your or other's private data. Do not share it in a bug report.

configuration.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
<li class="toctree-l1"><a class="reference internal" href="configuration/misc.html">Miscellaneous</a><ul>
321321
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
322322
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#durations-intervals">Durations &amp; Intervals</a></li>
323-
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
324323
</ul>
325324
</li>
326325
</ul>

configuration/misc.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<li class="toctree-l2 current"><a class="current reference internal" href="#">Miscellaneous</a><ul>
104104
<li class="toctree-l3"><a class="reference internal" href="#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
105105
<li class="toctree-l3"><a class="reference internal" href="#durations-intervals">Durations &amp; Intervals</a></li>
106-
<li class="toctree-l3"><a class="reference internal" href="#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
107106
</ul>
108107
</li>
109108
</ul>
@@ -222,28 +221,6 @@ <h2>Durations &amp; Intervals<a class="headerlink" href="#durations-intervals" t
222221
</pre></div>
223222
</div>
224223
</div>
225-
<div class="section" id="super-verbose-job-debugging">
226-
<h2>Super-Verbose Job Debugging<a class="headerlink" href="#super-verbose-job-debugging" title="Permalink to this headline"></a></h2>
227-
<p>You have probably landed here because you opened an issue on GitHub and some developer told you to do this…
228-
So just read the annotated comments ;)</p>
229-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">job</span><span class="p">:</span>
230-
<span class="o">-</span> <span class="n">name</span><span class="p">:</span> <span class="o">...</span>
231-
<span class="o">...</span>
232-
<span class="c1"># JOB DEBUGGING OPTIONS</span>
233-
<span class="c1"># should be equal for all job types, but each job implements the debugging itself</span>
234-
<span class="n">debug</span><span class="p">:</span>
235-
<span class="n">conn</span><span class="p">:</span> <span class="c1"># debug the io.ReadWriteCloser connection</span>
236-
<span class="n">read_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_read</span> <span class="c1"># dump results of Read() invocations to this file</span>
237-
<span class="n">write_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_write</span> <span class="c1"># dump results of Write() invocations to this file</span>
238-
<span class="n">rpc</span><span class="p">:</span> <span class="c1"># debug the RPC protocol implementation</span>
239-
<span class="n">log</span><span class="p">:</span> <span class="n">true</span> <span class="c1"># log output from rpc layer to the job log</span>
240-
</pre></div>
241-
</div>
242-
<div class="admonition attention">
243-
<p class="first admonition-title">Attention</p>
244-
<p class="last">Connection dumps will almost certainly contain your or other’s private data. Do not share it in a bug report.</p>
245-
</div>
246-
</div>
247224
</div>
248225

249226

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable/_sources/configuration/misc.rst.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,3 @@ Interval & duration fields in job definitions, pruning configurations, etc. must
4444

4545
var durationStringRegex *regexp.Regexp = regexp.MustCompile(`^\s*(\d+)\s*(s|m|h|d|w)\s*$`)
4646
// s = second, m = minute, h = hour, d = day, w = week (7 days)
47-
48-
Super-Verbose Job Debugging
49-
---------------------------
50-
51-
You have probably landed here because you opened an issue on GitHub and some developer told you to do this...
52-
So just read the annotated comments ;)
53-
54-
::
55-
56-
job:
57-
- name: ...
58-
...
59-
# JOB DEBUGGING OPTIONS
60-
# should be equal for all job types, but each job implements the debugging itself
61-
debug:
62-
conn: # debug the io.ReadWriteCloser connection
63-
read_dump: /tmp/connlog_read # dump results of Read() invocations to this file
64-
write_dump: /tmp/connlog_write # dump results of Write() invocations to this file
65-
rpc: # debug the RPC protocol implementation
66-
log: true # log output from rpc layer to the job log
67-
68-
.. ATTENTION::
69-
70-
Connection dumps will almost certainly contain your or other's private data. Do not share it in a bug report.

stable/configuration.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
<li class="toctree-l1"><a class="reference internal" href="configuration/misc.html">Miscellaneous</a><ul>
321321
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
322322
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#durations-intervals">Durations &amp; Intervals</a></li>
323-
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
324323
</ul>
325324
</li>
326325
</ul>

stable/configuration/misc.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<li class="toctree-l2 current"><a class="current reference internal" href="#">Miscellaneous</a><ul>
104104
<li class="toctree-l3"><a class="reference internal" href="#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
105105
<li class="toctree-l3"><a class="reference internal" href="#durations-intervals">Durations &amp; Intervals</a></li>
106-
<li class="toctree-l3"><a class="reference internal" href="#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
107106
</ul>
108107
</li>
109108
</ul>
@@ -222,28 +221,6 @@ <h2>Durations &amp; Intervals<a class="headerlink" href="#durations-intervals" t
222221
</pre></div>
223222
</div>
224223
</div>
225-
<div class="section" id="super-verbose-job-debugging">
226-
<h2>Super-Verbose Job Debugging<a class="headerlink" href="#super-verbose-job-debugging" title="Permalink to this headline"></a></h2>
227-
<p>You have probably landed here because you opened an issue on GitHub and some developer told you to do this…
228-
So just read the annotated comments ;)</p>
229-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">job</span><span class="p">:</span>
230-
<span class="o">-</span> <span class="n">name</span><span class="p">:</span> <span class="o">...</span>
231-
<span class="o">...</span>
232-
<span class="c1"># JOB DEBUGGING OPTIONS</span>
233-
<span class="c1"># should be equal for all job types, but each job implements the debugging itself</span>
234-
<span class="n">debug</span><span class="p">:</span>
235-
<span class="n">conn</span><span class="p">:</span> <span class="c1"># debug the io.ReadWriteCloser connection</span>
236-
<span class="n">read_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_read</span> <span class="c1"># dump results of Read() invocations to this file</span>
237-
<span class="n">write_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_write</span> <span class="c1"># dump results of Write() invocations to this file</span>
238-
<span class="n">rpc</span><span class="p">:</span> <span class="c1"># debug the RPC protocol implementation</span>
239-
<span class="n">log</span><span class="p">:</span> <span class="n">true</span> <span class="c1"># log output from rpc layer to the job log</span>
240-
</pre></div>
241-
</div>
242-
<div class="admonition attention">
243-
<p class="first admonition-title">Attention</p>
244-
<p class="last">Connection dumps will almost certainly contain your or other’s private data. Do not share it in a bug report.</p>
245-
</div>
246-
</div>
247224
</div>
248225

249226

stable/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)