Rails has merged Active Job Continuations, a new feature that enables jobs to be interrupted and resumed from specific checkpoints, preventing work loss. This functionality is inspired by Shopify's job-iteration gem and allows developers to configure jobs in an interruptible manner, making long-running background processes more resilient.
Sort: