Skip to content

Commit

Permalink
Merge pull request #154 from lsst/tickets/DM-41561
Browse files Browse the repository at this point in the history
DM-41561: Make bps restart accept various types of run IDs
  • Loading branch information
mxk62 authored Nov 15, 2023
2 parents 74ae850 + 394b7f7 commit b147e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changes/DM-41561.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move plugin-specific restart details to the plugin's documentation.
5 changes: 2 additions & 3 deletions doc/lsst.ctrl.bps/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ Restart a failed run with
bps restart --id <id>
where ``<id>`` is the id of the run that need to be restarted. What the id is
depends on the workflow management system the BPS is configured to use. For
example, if the BPS was configured to use the HTCondor, the only valid id is
the submit directory.
depends on the workflow management system the BPS is configured to use.
Consult plugin-specific documentation to see what options are available.

If the restart completed successfully, the command will output something
similar to:
Expand Down

0 comments on commit b147e29

Please sign in to comment.