jdantonio / Inside-ActiveJob-RailsConf-2016

My "Inside ActiveJob" presentation from RubyConf 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Inside ActiveJob"

This repo contains the slide deck from my presentation at RailsConf 2016.

The video is available online at Confreaks.

Abstract

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.

Important Stuff

About

My "Inside ActiveJob" presentation from RubyConf 2016