Skip to content

Commit

Permalink
Merge pull request #1072 from MetPX/doc_updates
Browse files Browse the repository at this point in the history
Doc updates
  • Loading branch information
petersilva authored May 30, 2024
2 parents f4c983c + 2fe4948 commit c647b96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
metpx-sr3 (3.00.54) UNRELEASED; urgency=medium

* merge PR #1067 (closing #824 )
* adds lag,rtry,slow,reje states to status display.
* adds checks for running process to cleanup, fail if running.
* adds cleanup to remove, don't remove if cleanup fails.
* adds progressive logs to transfers (closing #966)
* several fixes for sender crashes resulting from changes in try/except scope.
* add #1054 can now convert multiple configs, and overwrite (with --wololo)
* fixed #1064 poll crash.
* fixed #927 sanity not restarting crashed polls.
* bug fixes and unit tests for AM
* many unit tests added, improved coverage (though still poor.)
* many other plugin improvements.
* search function restored on web-site documentation.

-- SSC-5CD2310S60 <[email protected]> Fri, 17 May 2024 12:29:22 -0400

Expand Down
4 changes: 2 additions & 2 deletions docs/source/Contribution/Release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Repositories:
Recipes:

* metpx-sr3-daily -- automated daily build of sr3 packages happens from *development* branch.
* sarracenia-daily -- automated daily build of v2 packages happens from *v2_dev* branch
* metpx-sarracenia-daily -- automated daily build of v2 packages happens from *v2_dev* branch

* Pre-Release https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release (for newest features.)
from *development* branch. Developers manually trigger builds here when it seems appropriate (testing out
Expand All @@ -390,7 +390,7 @@ Repositories:

* metpx-sr3 -- on demand build sr3 packages from *stable* branch.
* metpx-sr3-old -- on demand build sr3 packages from *stable_py36* branch.
* sarracenia-release -- on deman build v2 packages from *v2_stable* branch.
* metpx-sarracenia-release -- on deman build v2 packages from *v2_stable* branch.

for more discussion see `Which Version is stable <https://github.com/MetPX/sarracenia/issues/139>`_

Expand Down
2 changes: 1 addition & 1 deletion docs/source/Explanation/CommandLineGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ will be:

* disa: disabled, configured not to run.
* hung: processes appear hung, not writing anything to logs.
* idle: all processes running, but no data or message transfers for too long (idlethreshold.)
* idle: all processes running, but no data or message transfers for too long (runStateThreshold_idle)
* lag: all processes running, but messages being processed are too old ( runStateThreshold_lag )
* part: some processes are running, others are missing.
* reje: all processes running, but too high percent of messages being rejected (runStateThreshold_reject )
Expand Down

0 comments on commit c647b96

Please sign in to comment.