Stop/restart *all* Queue Processors
Is there a way to stop all Queue Processors at once? And, restart all QPs later.
Our client has a weekly maintenance where we need to stop all QPs, because there have been issues when QPs run while the maintenance activity is in progress.
===
As a reference, the following activity can be used to stop & restart a QP.
1) Run pxStopRunById activity (class: Data-Decision-DDF-RunOptions); for example, pass "pyFTSIncrementalIndexer" parameter to stop.
2) Run pxRestartById activity (class: Data-Decision-DDF-RunOptions); for example, pass "pyFTSIncrementalIndexer" parameter to restart.