-
-
Notifications
You must be signed in to change notification settings - Fork 950
Closed as not planned
Description
Hello,
We have a list of repositories we're running over and performing Repo.clone_from
on each one.
I can see the underlying command created is:
git clone -v --depth=1 -b 3.23.66 -- ssh://*****@*****lab-prod.server.sim.cloud/terraform/modules/aws-eks /tmp/dest
The operations fail with Could not resolve hostname
(which is OK), but the problem is that the exit is not clean and leaves ssh processes dangling. From investigating it looks like they are zombie processes with no cmdLine or any other useful info.
These processes quickly pile up and cause us to hit system limits. Please assist with understanding the issue.
Any advice will be much appreciated.
Metadata
Metadata
Assignees
Labels
No labels