Concepts
Tasks
Tasks in Mixpeek represent asynchronous operations that may take time to complete, such as content processing, feature extraction, and index building. The task system helps you manage and monitor these long-running operations.
Understanding Tasks
Key Concepts
- Asynchronous Processing: Non-blocking operations
- Status Tracking: Monitor progress and completion
- Error Handling: Manage failures and retries
- Resource Management: Control concurrent operations
Task Types
Common Tasks
-
Content Processing
- Feature extraction
- Asset indexing
- Batch operations
- Model training
-
System Operations
- Index building
- Collection updates
- Data migrations
- Maintenance tasks
Task Statuses
Tasks can have the following statuses:
INITIALIZING
: Task is being set upDOWNLOADING
: Content is being downloadedPROCESSING
: Task is actively being processedDONE
: Task completed successfullyFAILED
: Task encountered an error and could not complete
Was this page helpful?