You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We include Media Object leases in the metadata that gets indexed to solr. The call to load the leases is a large percentage of the time spent in the #to_solr method during save callbacks. Moving the lease indexing into the MediaObjectIndexingJob code flow should net us a reduction in how long saves take.
Done Looks Like
Move media object lease management to a background job
The text was updated successfully, but these errors were encountered:
Description
We include Media Object leases in the metadata that gets indexed to solr. The call to load the leases is a large percentage of the time spent in the
#to_solr
method during save callbacks. Moving the lease indexing into the MediaObjectIndexingJob code flow should net us a reduction in how long saves take.Done Looks Like
The text was updated successfully, but these errors were encountered: