Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This script will kick off many background jobs to generate waveform data for existing content for use with the new structural metadata editor.  (New content will have waveforms generated as part of the ingest process.)  If you have a lot of files ingested into Avalon the background jobs may take a very long time to run.  See Waveform Backfill Script for more information.

Code Block
languagebash
RAILS_ENV=production bundle exec rails r script/waveform_backfill.rb

...