DCP: Rescue Excon::Error::Socket

This commit is contained in:
Sebastian Serth
2021-11-15 15:09:43 +01:00
parent 81745504ea
commit eb985bec9a

View File

@ -190,7 +190,7 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
container container
end end
rescue Docker::Error::NotFoundError rescue Docker::Error::NotFoundError, Excon::Error::Socket
raise Runner::Error::RunnerNotFound raise Runner::Error::RunnerNotFound
end end