lizconlan / favtags

Doing cool stuff with Twitter favo(u)rites
http://favtagger.com
Other
4 stars 1 forks source link

Fix the load routine #22

Closed lizconlan closed 14 years ago

lizconlan commented 14 years ago

Current load routine = rubbish, slow and times out on Heroku :(

All suggestions gratefully received!

lizconlan commented 14 years ago

Rails background tasks? May not work under Heroku tho

lizconlan commented 14 years ago

Load routine currently based on Background Fu

Now trying to get the jobs to run on Heroku

Heroku seems to prefer DJ which is a chargeable add-on :( http://blog.heroku.com/archives/2009/7/15/background_jobs_with_dj_on_heroku/

lizconlan commented 14 years ago

Recursive AJAX calls? Throw it into a loop of smaller calls (1 call per 20 results)?

lizconlan commented 14 years ago

Background Fu. Works well