ActiveJob::Continuable merged to Rails, for jobs that can be re-started after interuption

https://github.com/rails/rails/pull/55127

Discussions: https://discu.eu/q/https://github.com/rails/rails/pull/55127

#programming #rails #ruby #webdev

Active Job Continuations by djmb · Pull Request #55127 · rails/rails

Continuations provide a mechanism for interrupting and resuming jobs. This allows long running jobs to make progress across application restarts. Jobs should include the ActiveJob::Continuable modu...

GitHub