Task
Table of Contents
Classes
- AbstractTask
- This is the base class for all Scheduler tasks It's an abstract class, not designed to be instantiated directly All Scheduler tasks should inherit from this class
- CachingFrameworkGarbageCollectionTask
- Garbage collection of caching framework cache backends.
- ExecuteSchedulableCommandTask
- This is the base class for all Scheduler tasks It's an abstract class, not designed to be instantiated directly All Scheduler tasks should inherit from this class
- FileStorageExtractionTask
- This task which indexes files in storage
- FileStorageIndexingTask
- This task tries to find changes in storage and writes them back to DB
- IpAnonymizationTask
- Anonymize IP addresses in records
- OptimizeDatabaseTableTask
- Perform OPTIMIZE TABLE SQL statements
- RecyclerGarbageCollectionTask
- Recycler folder garbage collection task
- TableGarbageCollectionTask
- Remove old entries from tables.
- TaskSerializer
- Handles serialization of `AbstractTask` objects.