Skip to content

Unregister tunnels concurrently

Mikhail Mazurskiy requested to merge ash2k/concurrent-stop into master

Current code does:

  • unregistration IO sequentially. This MR makes it run concurrently.
  • waits for scheduled unregistration IO for up to 1s. This MR tries to stop delated unregistration and then kicks off immediate concurrent unregistration on cancellation success. Waiting is done after all IO has been started.

Screenshot_2023-09-28_at_10.44.58_pm

Edited by Mikhail Mazurskiy

Merge request reports