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.
TaskStatus
Represents a single status flag of a scheduler task (running, late, disabled, …), shared by the scheduler backend module listing and the "scheduler:list" CLI command.
On this page

Search results