これ http://hitode909.hatenablog.com/entry/2012/11/07/194803 だけど、普通は数を数えてリトライ回数を制限すると思う。
c = 0 begin open(url) rescue if c < 10 sleep 0.3 c += 1 retry end end
back to index of texts