Displaying 2 results from an estimated 2 matches for "update_from_flickr".
2005 Sep 18
1
Timeout::Error (execution expired)
.../usr/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:142:in
`method_missing''
/usr/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:350:in `sizes''
/usr/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:317:in `source''
/app/controllers/photo_controller.rb:62:in `update_from_flickr''
/app/controllers/photo_controller.rb:44:in `each''
/app/controllers/photo_controller.rb:44:in `update_from_flickr''
/app/controllers/photo_controller.rb:35:in `each''
/app/controllers/photo_controller.rb:35:in `update_from_flickr''
/usr...
2005 Sep 22
0
Timeout::Error?? Can I Change Timeout?
Hey Guys,
I am trying to deal with a long running task in my Rails app.
The task is running and updating the DB but it appears that Rails thinks it
is dead.
So, I get this error:
Timeout::Error in Photo#update_from_flickr
execution expired
Anyway, can I set the timeout to be something longer? How would I do this?
I browsed through ActionController and didn''t see anything useful.
Thanks,
Hunter