Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • you'll want it to start up again with an increased reaper delay so it doesn't fail the processes that finished while the pipeline was down. Edit the file run-pipeline.csh, look for a line like
    Code Block
         -Dpipeline.reaper.delay=300 \
    
    and change it to
    Code Block
         -Dpipeline.reaper.delay=3000 \
    
    After the pipeline has restarted and run long enough to process the old jobs, stop it, change run-pipeline.csh back to the way it was, and restart. Note that for it to restart with the new value, a simple "restart" won't suffice. It needs to be completely shutdown and restarted.
  • the pipeline will start again automatically after the end date specified in the shutdown_schedule file. If you want to extend the outage before the end date occurs, you can modify and save the file.

...