v1.0.9-beta.040 - feat: add multi-issue archive extraction and expand EPUB support
- Multi-Issue Batch Processing: Updated the Importer to automatically detect and extract massive multi-issue .zip or folder collections directly into the WATCHED directory for automated processing.
- EPUB Support: Added .epub extensions to the Watched Folder Sync, Unmatched API, and Metadata Extractor so EPUB comics are properly recognized, parsed, and imported.
- On-the-fly CBR Conversion: Ensured that any legacy .cbr or .rar files extracted into the WATCHED directory are instantly intercepted and converted to .cbz before being imported to the library.
- Job Scheduler Fixes: Changed schedule intervals from integers to floats so sub-hour jobs (e.g., 15 minutes) don't round down to zero and disable themselves.
- Queue Stability: Reduced BullMQ worker concurrency to 1 to prevent Node.js main thread starvation during heavy metadata/storage scans.
Addresses #103