* 36b99ae80a Merge pull request `#48100`_ from rallytime/bp-48014
* 77feccc5c4 Lint: Add blank line
* 159b052962 One more case where returner doesn't respond
* 91b45b4cc4 Catch two cases when a returner is not able to be contacted--these would throw a stacktrace.
***PR**`#48099`_: (`rallytime`_) Back-port `#47915`_ to 2018.3.2
@ *2018-06-14 12:54:23 UTC*
***PR**`#47915`_: (`garethgreenaway`_) [2018.3] state runner pause resume kill (refs: `#48099`_)
* 40c1bfdec9 Merge pull request `#48099`_ from rallytime/bp-47915
* 3556850058 fixing typo in alias_function call.
* 4b0ff496fa Some fixes to the set_pause and rm_pause function in the state runner, renaming to in line with the functions in the state module. Including aliases to previous names for back-ward compatibility. Including a soft_kill function to kill running orchestration states. A new test to test soft_kill functionality.
***ISSUE**`#48038`_: (`austinpapp`_) jobs are not dedup'ing minion side (refs: `#48075`_)
***PR**`#48097`_: (`rallytime`_) Back-port `#48075`_ to 2018.3.2
@ *2018-06-14 12:52:44 UTC*
***PR**`#48075`_: (`garethgreenaway`_) [2017.7] Ensure that the shared list of jids is passed (refs: `#48097`_)
* 074a97dcfa Merge pull request `#48097`_ from rallytime/bp-48075
* e4c719b55f Ensure that the shared list of jids is passed when creating the Minion. Fixes an issue when minions are pointed at multiple syndics.