Added comment to explain commented stuff
This commit is contained in:
@ -97,6 +97,8 @@ class DockerClient
|
|||||||
raise('Alle Slots belegt. Versuche es später nochmal.')
|
raise('Alle Slots belegt. Versuche es später nochmal.')
|
||||||
end
|
end
|
||||||
rescue Excon::Errors::SocketError => error
|
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)
|
#(tries += 1) <= RETRY_COUNT ? retry : raise(error)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user