How to use Rails ActiveJob
With Rails 4.2 came ActiveJob, a common interface to the many different queue and background workers popular in the Rails community. This article explores how it works and when it’s a good idea to take advantage of it.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
With Rails 4.2 came ActiveJob, a common interface to the many different queue and background workers popular in the Rails community. This article explores how it works and when it’s a good idea to take advantage of it.
Post a comment