Skip to content
Jack Reed edited this page Mar 16, 2018 · 2 revisions

Spotlight requires Rails 5.0 or greater to take advantage of Active Job. Multi non-repository item upload via CSV and solr-document re-indexing is an example of where, if configured, the task will be handled in a background job rather than requiring the user to wait until all the images are downloaded and documents are indexed to move on.

See the Active Job documentation to learn more about configuring a queueing backend.