Versions Compared

Key

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

...

  • the pipeline should shutdown automagically a few minutes after the start time in the shutdown_schedule file (there is a cronjob involved, plus it can take a couple of minutes for it to go down)
  • 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.
  • 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.

...