You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Is there a way to force the - killall --wait sc || true command to run at the end of a job? I'm finding that I'm leaking SC tunnels when jobs get cancelled so it never gets to the kill command after a tunnel was started
The text was updated successfully, but these errors were encountered:
I'm afraid we don't have a step that runs post-cancellation. When I last played with this, it seemed like Sauce does "garbage collect" unused tunnels after a few minutes. Do you know if that is in fact the case or do they stay leaked indefinitely?
They leak for at least hours, not indefinitely I don't think but I had to close tunnels manually several times because we run out.
I noted this to CircleCI support as well but I think it would definitely be good to have a stage in the circle.yml file for teardown tasks that always run at the end
Is there a way to force the
- killall --wait sc || true
command to run at the end of a job? I'm finding that I'm leaking SC tunnels when jobs get cancelled so it never gets to the kill command after a tunnel was startedThe text was updated successfully, but these errors were encountered: