Class: WhittakerTech::Aeon::DisposalJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- WhittakerTech::Aeon::DisposalJob
- Defined in:
- app/jobs/whittaker_tech/aeon/disposal_job.rb
Overview
Periodic background job that delegates to Disposer for policy-driven purge of invalidated occurrences. Takes no arguments — the Disposer scans globally using the engine configuration.
The host app is responsible for scheduling this periodically (e.g. via sidekiq-cron, whenever, or similar).