Class: CanvasSync::Jobs::SyncContentMigrationsJob
- Inherits:
-
ReportStarter
- Object
- ActiveJob::Base
- CanvasSync::Job
- ReportStarter
- CanvasSync::Jobs::SyncContentMigrationsJob
- Defined in:
- lib/canvas_sync/jobs/sync_content_migrations_job.rb
Instance Attribute Summary
Attributes inherited from CanvasSync::Job
Instance Method Summary collapse
-
#perform(options) ⇒ Object
Syncs ContentMigrations.
Methods inherited from CanvasSync::Job
#create_job_log, #report_checker_wait_time, #update_or_create_model
Instance Method Details
#perform(options) ⇒ Object
Syncs ContentMigrations
Starts a report processor for the content migrations report (the proserv_content_migrations_csv report must be enabled)
10 11 12 13 14 15 16 17 |
# File 'lib/canvas_sync/jobs/sync_content_migrations_job.rb', line 10 def perform() super( "proserv_content_migrations_csv", merge_report_params(), CanvasSync::Processors::ContentMigrationsProcessor.to_s, {}, ) end |