microsoft / dev-tunnels-ssh

SSH library for dev-tunnels
MIT License
131 stars 17 forks source link

Reset the TaskChain if one of them is cancelled. #6

Closed klvnraju closed 2 years ago

klvnraju commented 2 years ago

We saw an indication in telemetry that a task in TaskChain gets cancelled and making subsequent queueing of tasks fail. This change will reset the TaskChain in any task fails or errors out.

klvnraju commented 2 years ago

Ran the tests on my mac machine and results on par with old SSH repo