The Task classes all have a run() method that will be called by Celery runtime.
DataCleanupTask
Delete temporary files that have exceeded their lifetime.
PipelineTask
Runs a highly configurable pipeline.
MongoDumpTask
Dump MongoDB collections. Can be restored with the MongoRestoreTask.
MongoRestoreTask
Restore MongoDB collections from dumps created with the MongoDumpTask.
RebuildFulltextIndexTask
Rebuilds Elasticsearch indexes and reindexes all data within that indexes with zero downtime.
reassign_alias
Point the alias to the given index.
build_index
Build a new index.
rebuild_index
Rebuild a given index.
contains_index
Check if the index is listed in the given indices.