RailsConf 2016 - Inside ActiveJob By Jerry D'Antonio
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=E-1ICY8DMh4
ActiveJob made a huge impact when it landed Rails 4.2. Most job processors support it and many developers use it. But few ever need to dig into the internals. How exactly does ActiveJob allow us to execute performant, thread-safe, asynchronous jobs in a language not known for concurrency? This talk will answer that question. We'll build our own asynchronous job processor from scratch and along the way we'll take a deep dive into queues, job serialization, scheduled tasks, and Ruby's memory model.
Other Videos By Confreaks
Tags:
rails
ruby
ruby on rails
railsconf