simonsobs / sorunlib

High level library for running observatory operations using OCS.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add ability to toggle SMuRF operation concurrency #84

Closed BrianJKoopman closed 1 year ago

BrianJKoopman commented 1 year ago

Draft for now, as there are maybe some details to work out/things to clean up, but since it might be needed soon I wanted to make something available. This is functional for now, all smurf.* commands run in parallel by default and if passed concurrent=False will run serially, currently with no wait time in between different controllers.

BrianJKoopman commented 1 year ago

@kmharrington I think this is how you wanted it now.