Closed vonchristian closed 5 years ago
You can use Sidekiq, https://github.com/mperham/sidekiq, to manage the background jobs and Rails ActiveStorage to persist the files and genrate download links: https://guides.rubyonrails.org/active_storage_overview.html.
I'm closing this as it is not related to a problem with the gem.
@vonchristian If you run into issues getting templates to work inside Sidekiq, see the readme for running the gem in scripts.
Server times out because of large amounts of data being exported. I need help on how to use background job for exporting data to Excel. Thank you.