Project

General

Profile

Feature #3607

Updated by Ward Vandewege over 9 years ago

Add two flags to crunch dispatch: 

  --run-pipelines 
  --dispatch-jobs 

 Both are boolean, and they default to true. 

 Use case: we'll run one crunch dispatch with --run-pipelines=true and --dispatch-jobs=false, and then can run multiple with --run-pipelines=false and --dispatch-jobs=true, which will be set to drain mode on deploy.

Back