Class: Pageflow::PollMetaDataFromZencoderJob Private
- Inherits:
-
PollZencoderJob
- Object
- ActiveJob::Base
- ApplicationJob
- PollZencoderJob
- Pageflow::PollMetaDataFromZencoderJob
- Defined in:
- app/jobs/pageflow/poll_meta_data_from_zencoder_job.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#perform_with_result(file, _options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'app/jobs/pageflow/poll_meta_data_from_zencoder_job.rb', line 4 def perform_with_result(file, ) super(file, skip_post_processing: true) end |