Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Nov 13, 2024
1 parent b275e90 commit 1955aa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1621,14 +1621,14 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
</dd>
</dl>
<p><strong>HTTP</strong></p>
<p>These kwargs are available for the HTTP Access Method for cases where long running code is submitteds. It’s been observed
<p>These kwargs are available for the HTTP Access Method for cases where long running code is submitted. It’s been observed
that HTTP Disconnect failures can be returned, even though subsequent calls still work, when submitting the request to see
if the code has finished, so the LOG and LST can then be requested.
To work around this issue, two parameters are available; one to have a delay between polling requests, and the other the
number of disconnect errors to ignore before returning a failure. The defaults are to delay 0 seconds (so everything doesn’t
have a delay that slows down how things run), and 5 disconnect errors. If you submit code that runs for more then a few
seconds, you can specify GETstatusDelay=n.n, the nunber of seconds (maybe 0.5 or 2, or 60 if you job runs for many minutes)
to wait befor asking Compute if the code finished.</p>
have a delay that slows down how things run), and 5 disconnect errors. If you submit code that runs for more than a few
seconds, you can specify GETstatusDelay=n.n, the number of seconds (maybe 0.5 or 2, or 60 if you job runs for many minutes)
to wait before asking Compute if the code finished.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
<img alt="https://user-images.githubusercontent.com/17710182/171252212-4af121a6-72d9-4234-b6cf-2a0d31eb8bf7.png" src="https://user-images.githubusercontent.com/17710182/171252212-4af121a6-72d9-4234-b6cf-2a0d31eb8bf7.png" />
<section id="saspy">
<h1>SASPy<a class="headerlink" href="#saspy" title="Permalink to this heading"></a></h1>
<p><strong>Date</strong>: Nov 05, 2024 <strong>Version</strong>: 5.101.0</p>
<p><strong>Date</strong>: Nov 13, 2024 <strong>Version</strong>: 5.101.0</p>
<p><strong>Source Repository:</strong> <a class="reference external" href="http://github.com/sassoftware/saspy">http://github.com/sassoftware/saspy</a></p>
<p><strong>Issues and Ideas:</strong> <a class="reference external" href="https://github.com/sassoftware/saspy/issues">https://github.com/sassoftware/saspy/issues</a></p>
<p><strong>Example Repo:</strong> <a class="reference external" href="https://github.com/sassoftware/saspy-examples">https://github.com/sassoftware/saspy-examples</a></p>
Expand Down

0 comments on commit 1955aa9

Please sign in to comment.