Purge Orphaned Active Storage Records
Play
11:13 CC

Purge Orphaned Active Storage Records

#281 Jan 31, 2021 pro
Over time, orphaned records can build up within Active Storage. In this episode, we look at a few approaches to clean up these orphaned records.

Cache Warming
Play
23:17 CC

Cache Warming

#273 Dec 13, 2020 pro
Caching is a great way to speed up your applications. However, when a cache becomes stale, there could be a user experience degradation until the cache is rebuilt. In this episode, we look at implementing a background job to rebuild the cache.

Solid Queue
Play
14:15 CC

Solid Queue

#438 Jan 21, 2024 pro
Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind. In this episode, we'll look at exploring Solid Queue and and option for a graphical interface to view the jobs.

Background Jobs with Resque
Play
7:15 CC

Background Jobs with Resque

#306 Jul 25, 2021 pro
Resque is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.

LLM Context
Play
18:22 CC

LLM Context

#446 Mar 10, 2024 pro
Building on the previous episode, we look at refactoring our background job into a more maintainable object and provide context to the LLM so that we can chain together responses for a more conversational experience.