Skip to content

Commit

Permalink
Add changes for 5c78ad8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 28, 2024
1 parent 284b034 commit 19568b6
Show file tree
Hide file tree
Showing 33 changed files with 119 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Contribution/Development.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1>MetPX-Sarracenia Developer’s Guide<a class="headerlink" href="#metpx-sarra
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
<section id="tools-you-need">
Expand Down
6 changes: 5 additions & 1 deletion Contribution/Philosophy/CAP_Theorem_Applied.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,11 @@ <h3>Cloud Solves This!<a class="headerlink" href="#Cloud-Solves-This!" title="Li
<li><p><em>Failover time depends on length of replica lag</em></p></li>
<li><p><em>Any data updates that occurred after the latest restorable time (typically within the last 5 minutes) will not be available</em></p></li>
</ul>
<p>From Google: <a class="reference external" href="https://cloud.google.com/compute/docs/disks#repds">https://cloud.google.com/compute/docs/disks#repds</a> * <em>Regional persistent disks have storage qualities that are similar to zonal persistent disks. However, regional persistent disks provide durable storage and replication of data between two zones in the same region.</em> * <em>Zonal SSD PD multi-writer mode Throughput per GB (MB/s): 0.48</em></p>
<p>From Google: <a class="reference external" href="https://cloud.google.com/compute/docs/disks#repds">https://cloud.google.com/compute/docs/disks#repds</a></p>
<ul class="simple">
<li><p><em>Regional persistent disks have storage qualities that are similar to zonal persistent disks. However, regional persistent disks provide durable storage and replication of data between two zones in the same region.</em></p></li>
<li><p><em>Zonal SSD PD multi-writer mode Throughput per GB (MB/s): 0.48</em></p></li>
</ul>
<p>the google performance numbers are within a zone (multi-DC but not too far apart.) not multi-zone.</p>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion Contribution/Release.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1>Releasing MetPX-Sarracenia<a class="headerlink" href="#releasing-metpx-sarra
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
<section id="pre-release-overview">
Expand Down
2 changes: 1 addition & 1 deletion Contribution/man_page_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>sr_title<a class="headerlink" href="#sr-title" title="Link to this heading">
<dd class="field-odd"><p>1</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
2 changes: 1 addition & 1 deletion Explanation/SarraPluginDev.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>Revision Record<a class="headerlink" href="#revision-record" title="Link to
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
</section>
Expand Down
2 changes: 1 addition & 1 deletion How2Guides/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3>Revision Record<a class="headerlink" href="#revision-record" title="Link to
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
<p>A Sarracenia data pump is a web (or sftp) server with notifications for subscribers
Expand Down
2 changes: 1 addition & 1 deletion How2Guides/subscriber.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>Revision Record<a class="headerlink" href="#revision-record" title="Link to
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
</section>
Expand Down
1 change: 1 addition & 0 deletions Reference/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
<dt class="sig sig-object py" id="sarracenia.durationToString">
<span class="sig-prename descclassname"><span class="pre">sarracenia.</span></span><span class="sig-name descname"><span class="pre">durationToString</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">d</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">str</span></span></span><a class="reference internal" href="../_modules/sarracenia.html#durationToString"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#sarracenia.durationToString" title="Link to this definition"></a></dt>
<dd><p>given a numbner of seconds, return a short, human readable string.</p>
<p>naturaldelta does not do weeks…</p>
</dd></dl>

<dl class="py function">
Expand Down
2 changes: 1 addition & 1 deletion Reference/sr3.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>sr3 Sarracenia CLI<a class="headerlink" href="#sr3-sarracenia-cli" title="Li
<dd class="field-odd"><p>1</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
2 changes: 1 addition & 1 deletion Reference/sr3_cpump.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>sr_shovel in C<a class="headerlink" href="#sr-shovel-in-c" title="Link to th
<dd class="field-odd"><p>1</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
2 changes: 1 addition & 1 deletion Reference/sr3_credentials.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>SR3 Credential File Format<a class="headerlink" href="#sr3-credential-file-f
<dd class="field-odd"><p>7</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
18 changes: 9 additions & 9 deletions Reference/sr3_options.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2>SR3 Configuration File Format<a class="headerlink" href="#sr3-configuration-
<dd class="field-odd"><p>7</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down Expand Up @@ -325,7 +325,7 @@ <h3>OPTION TYPES<a class="headerlink" href="#option-types" title="Link to this h
<dt>count, size</dt><dd><p>integer count type. same as size described below.</p>
</dd>
<dt>duration</dt><dd><p>a floating point number indicating a quantity of seconds (0.001 is 1 milisecond)
modified by a unit suffix ( m-minute, h-hour, w-week )</p>
modified by a unit suffix ( m-minute, h-hour, M-month, y-year )</p>
</dd>
<dt>flag</dt><dd><p>an option that has only True or False values (aka: a boolean value)</p>
</dd>
Expand Down Expand Up @@ -788,16 +788,16 @@ <h4>exchangeDeclare &lt;flag&gt;<a class="headerlink" href="#exchangedeclare-fla
<h4>expire &lt;duration&gt; (default: 5m == five minutes. RECOMMEND OVERRIDING)<a class="headerlink" href="#expire-duration-default-5m-five-minutes-recommend-overriding" title="Link to this heading"></a></h4>
<p>The <strong>expire</strong> option is expressed as a duration… it sets how long should live
a queue without connections.</p>
<p>A raw integer is expressed in seconds, if the suffix m,h,d,w
are used, then the interval is in minutes, hours, days, or weeks. After the queue expires,
<p>A raw integer is expressed in seconds, if the suffix m,h,d,M
are used, then the interval is in minutes, hours, days, or months. After the queue expires,
the contents are dropped, and so gaps in the download data flow can arise. A value of
1d (day) or 1w (week) can be appropriate to avoid data loss. It depends on how long
1d (day) or 1m (month) can be appropriate to avoid data loss. It depends on how long
the subscriber is expected to shutdown, and not suffer data loss.</p>
<p>if no units are given, then a decimal number of seconds can be provided, such as
to indicate 0.02 to specify a duration of 20 milliseconds.</p>
<p>The <strong>expire</strong> setting must be overridden for operational use.
The default is set low because it defines how long resources on the broker will be assigned,
and in early use (when default was 1 week) brokers would often get overloaded with very
and in early use (when default was 1 month) brokers would often get overloaded with very
long queues for left-over experiments.</p>
<p>This <em>subtopic</em> option should appear after the <em>expire</em> setting in files
for the topic bindings to apply to the given queue.</p>
Expand Down Expand Up @@ -1236,10 +1236,10 @@ <h4>nodupe_ttl &lt;off|on|999[smhdw]&gt;<a class="headerlink" href="#nodupe-ttl-
process looks for files in the cache that have not been referenced in <strong>cache</strong> seconds,
and deletes them, in order to keep the cache size limited. Different settings are
appropriate for different use cases.</p>
<p>A raw integer interval is in seconds, if the suffix m,h,d, or w are used, then the interval
is in minutes, hours, days, or weeks. After the interval expires the contents are
<p>A raw integer interval is in seconds, if the suffix m,h,d, or M are used, then the interval
is in minutes, hours, days, or months. After the interval expires the contents are
dropped, so duplicates separated by a large enough interval will get through.
A value of 1d (day) or 1w (week) can be appropriate. Setting the option without specifying
A value of 1d (day) or 1M (Month) can be appropriate. Setting the option without specifying
a time will result in 300 seconds (or 5 minutes) being the expiry interval.</p>
<p>Default value in a Poll is 8 hours, should be longer than nodupe_fileAgeMax to prevent
re-ingesting files that have aged out of the duplicate suppression cache.</p>
Expand Down
2 changes: 1 addition & 1 deletion Reference/sr3_post.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2>Publish the Availability of Files<a class="headerlink" href="#publish-the-av
<dd class="field-odd"><p>1</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
2 changes: 1 addition & 1 deletion Reference/sr_post.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2>Sarracenia v03 Notification Message Format/Protocol<a class="headerlink" hre
<dd class="field-odd"><p>7</p>
</dd>
<dt class="field-even">Date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>3.00.57rc1</p>
Expand Down
2 changes: 1 addition & 1 deletion Tutorials/Install.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>Revision Record<a class="headerlink" href="#revision-record" title="Link to
<dd class="field-odd"><p>3.00.57rc1</p>
</dd>
<dt class="field-even">date<span class="colon">:</span></dt>
<dd class="field-even"><p>Dec 23, 2024</p>
<dd class="field-even"><p>Dec 28, 2024</p>
</dd>
</dl>
</section>
Expand Down
Loading

0 comments on commit 19568b6

Please sign in to comment.