A Headless Web Site Screenshot Service using Redis and Resque
Just another example of using Redis-based queues to build a headless web site screenshot service.
#add a sample
#ruby sample.rb
QUEUE=* rake resque:work
rescue-web #optional
#run the webserver
ruby server.rb
wget http://localhost:4567/schedule?url=http://www.skroutz.gr
&callback=http://www.mysite.com/handle_screenshot
via: http://team.skroutz.gr/posts/headless-screenshot-server