UCSCLibrary / ucsc-library-digital-collections

A rails app based on Hyrax to be used as a repository for UCSC library digital collections.
1 stars 2 forks source link

Failed resque job creating browse_everything derivatives #27

Closed NedHenry closed 2 years ago

NedHenry commented 7 years ago

Originally reported by: Edward Henry (Bitbucket: ethenry, GitHub: ethenry)


Although the derivatives seem to be created successfully, the associated resque job fails because it attempts to delete the original file. It correctly does not have the privileges to delete the master files. We should modify that scripts to do whatever archiving we want to do on the original file.


NedHenry commented 6 years ago

We have now switched from resque to sidekiq. We have not tested browse_everything ingest since this time.