loop_dance icon indicating copy to clipboard operation
loop_dance copied to clipboard

Option to break hanged tasks

Open dapi opened this issue 14 years ago • 0 comments

  1. Calculate possible timeout:
  2. Run task in the block: require 'timeout'

begin Timeout::timeout(10*60) { ваши медленные и подвисающие запросы } rescue Timeout::Error puts «вывалились по таймауту» end

http://habrahabr.ru/blogs/rubyonrails/111676/#comment_3565324

dapi avatar Jan 12 '11 07:01 dapi