Nectarine - a parallel map in Rails using Active Job
Parallel processing in Ruby and Rails is still fraught with problems. Thought maybe an easy way out is just to use our Job queue. Here’s Nectarine a proof of concept doing parallel processing just using Active Job before returning control to the main thread: https://www.rockstarcoders.com/parallel-map/
Post a comment