Added comment to explain commented stuff

This commit is contained in:
Jan Renz
2015-04-14 19:49:46 +02:00
parent 9187596f18
commit 7f7e538af2

View File

@ -97,6 +97,8 @@ class DockerClient
raise('Alle Slots belegt. Versuche es später nochmal.')
end
rescue Excon::Errors::SocketError => error
# socket errors seems to be normal when using exec
# so lets ignore them for now
#(tries += 1) <= RETRY_COUNT ? retry : raise(error)
end