Multi-threading ruby workers on heroku Multi-threading ruby workers on heroku heroku heroku

Multi-threading ruby workers on heroku


You might try sidekiq, which works similar to resque, but uses threads to process tasks concurrently. You can also use resque and sidekiq together.