Login
Roast topics
Find topics
Find it!
From:
Boring Rails: Skip the bullshit and ship fast |
(Uncensored)
subscribe
Wrangling slow reports, large file exports, and long-running tasks in Rails with Active Job
https://boringrails.com/articles/large-exports-and-slow-reports-with-activejob/
links
backlinks
Tagged with:
post
Roast topics
Find topics
Roast it!
Sometimes we need to generate really large file exports or run reports that are just slow. It's not enough to optimize a few queries, we need to move the work to a background job and notify the user when it's all done.