This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

11 lines
301 B
Python

# app/tasks/__init__.py
"""
Celery task modules for the ImageRepo import pipeline.
Task Types:
- scan: Directory scanning and task queuing
- import_file: Individual file import (images, videos, archives)
- thumbnail: Thumbnail generation
- sidecar: Gallery-DL metadata extraction and application
"""