Want more GoRails?
GoRails is packed full with 719 lessons just like this one.
Sign up to get full access or log in to your account and sit back.
Your Teacher
About This Episode
In this lesson, we will look at a new option coming to ActiveJob in Rails 7.1 for enqueuing multiple jobs at once using the perform_all_later class method.
Notes
Here is the GitHub repository for the exercise mentioned in the video here
The pull request for the perform_all_later method
Source code for the method