I have a ruby script that's going to take about 5 hours to crunch on my specced-out rmbp. Problem: We need it within 2 hours.
The code being run is non-threadsafe, and spits out a csv file from a xlsx input. ...I've never used server farms before, but I'm guessing non-threadsafe ruby isn't exactly their thing(?)
In short, is there any sort of server farm or service or any way at all I can crunch a ruby script that takes 5 hours in less than an hour or two?