Solution for background jobs on Heroku?
问题 I've used Delayed Job on Heroku's older stacks (Aspen and Bamboo), but with their new(ish) Cedar stack, I'd like to try something more efficient. The specific background jobs I'm performing are API calls to different carriers (UPS, FedEx, USPS, etc etc) and I typically am processing thousands every hour. I need to be able to process jobs concurrently to get through the queue quickly. On top of that, I'd like to try to reduce costs. On the previous stacks where I've been using Delayed Job, I