Search code examples
ruby-on-railsrubyruby-on-rails-4backgroundworkerbackground-process

Rail 4: implementation of shoryuken background process gem


Im just trying to implement a background process (for the first time) and I was looking for a cheap solution and I found this gem shoryuken, but there is not enough material about its setup, do you know a tutorial or blog post that shows shoryuken in action? any material you could give me would be good I did deep research in google but could not find anythign useful...


Solution

  • I wrote this blog post on how I used Shoryuken with Rails. In the post, I use it to queue fetching and saving of Instagram posts:

    http://alex.aspria.net/using-shoryuken-amazon-sqs-with-rails.html