Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

jdantonio/Inside-ActiveJob-RailsConf-2016

Repository files navigation

"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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published