Iron.io @ BoxWorks 2012

Iron.io is proud to be a part of the Partner Alley at BoxWorks 2012. The conference is Oct 7-9 and has an impressive set of speakers and topics. Tues, Oct 9th is Developer Day and we’re excited to be a part of it. Here’s a brief description of what’s happening that day. Developer Day is a…

Read More

Iron.io @ Big Data Hack Day

blank

Iron.io is putting in some time at the Big Data Hack Day this weekend in San Francisco. A number of teams working with a number data sets to solve some hard challenges. The event was put on by the AngelHack and Hackathon.io folks and had a concentrated set of sponsors, all suited to working out…

Read More

New Feature: Auto Retry for IronWorker

blank

Overview IronWorker now has an auto-retry feature that, if enabled, will automatically retry your tasks if they error out. You can set the number of times it should retry and the delay between retries. Usage While uploading your worker, simply set the retries and retries-delay parameters: iron_worker upload my_worker –retries 5 –retries-delay 10 That example…

Read More

Web Crawling at Scale with Nokogiri and IronWorker (Part 2)

blank

This is the second part of a two-part post on using IronWorker with Nokogiri to do web crawling at scale. The first blog post can be viewed here.  Other resources for web crawling can be seen on our solutions page as well as this post on using IronWorker with PhantomJS.

Read More

Web Crawling at Scale with Nokogiri and IronWorker (Part 1)

blank

This is a two-part post focusing on using Nokogiri and IronWorker to crawl websites and process web pages. Part two can be seen here. For other resources on web crawling, see our solutions page as well as this in-depth article on using IronWorker with PhantomJS. Web crawling is at the core of many web businesses.…

Read More

Iron.io @ Box Hackathon (#redefiningwork)

blank

The Iron.io community team just got back from the #RedefiningWork | Box Hackathon this weekend. It was a fantastic event with over 40+ teams spread across a large room and featured a rich set of API sponsors included SendGrid, Twilio, Parse, TokBox, Firebase, Mashery, and Iron.io. Most the teams used the Box APIs to show…

Read More

Iron.io @ eCommerce Hack Day

blank

Last weekend the DevEx team at Iron.io was at the eCommerce Hack Day in New York City. It was hosted by Dwolla with help from Etsy and features lots of great API sponsors and a terrific set of applications. Here’s an article from @betabeat that gives you a glimpse of the energy at the event. The top hacks that used Iron.io…

Read More

IronWorker’s Most Requested Feature is Here: Max Concurrency

blank

Overview Too many lemmings and you’ve got a problem. Being able to limit how many worker tasks can run at once has been one of the most requested features of IronWorker and it is available now! There are many reasons this feature is so important, here are a few of the more common use cases…

Read More