To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
When the model interleaves some long-running command's status checking (which itself runs fast, and was approved to always run in current session with no prompt) with sleep calls, I can see the following picture:
(all N status checks succeed, and we're just waiting for sleeps). I understand this is because ECA tries to run commands in parallel, but is there some workaround here for serial execution?
To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
When the model interleaves some long-running command's status checking (which itself runs fast, and was approved to always run in current session with no prompt) with
sleepcalls, I can see the following picture:(all N status checks succeed, and we're just waiting for
sleeps). I understand this is because ECA tries to run commands in parallel, but is there some workaround here for serial execution?