handsome-state-59775
05/06/2021, 6:25 AMstack_1 = auto.select_stack(...)
stack_2 = auto.create_or_select_stack(...) # currently selected stack
stack_1.refresh_config() # ok to do this now?
stack_1_config = stack1.get_all_config() # ok to do this now?
little-cartoon-10569
05/06/2021, 7:48 AMbetter-shampoo-48884
05/06/2021, 1:03 PMlittle-cartoon-10569
05/06/2021, 8:27 PMred-match-15116
05/06/2021, 8:31 PMselectStack
and createStack
change the currently selected stack which is a global setting (for a workspace). If these commands are executed in parallel in the same workspace they can have unexpected results and lead to odd bugs. I believe that if they are operating on separate workspaces this would not be a problem.better-shampoo-48884
05/07/2021, 11:36 AMred-match-15116
05/07/2021, 3:20 PM