Module: MaintenanceTasks::TaskJobConcern
- Extended by:
- ActiveSupport::Concern
- Includes:
- JobIteration::Iteration
- Included in:
- TaskJob
- Defined in:
- app/jobs/concerns/maintenance_tasks/task_job_concern.rb
Overview
Concern that holds the behaviour of the job that runs the tasks. It is included in TaskJob and if MaintenanceTasks.job is overridden, it must be included in the job.