loop_dance
loop_dance copied to clipboard
Simple daemonized pseudo-scheduler controlled by rake tasks
Results
3
loop_dance issues
Sort by
recently updated
recently updated
newest added
https://github.com/jtrupiano/timecop
https://github.com/javan/whenever
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