14adbeeabb
Add imports for convert_to_pdfa, finalize_document_storage, process_with_ocr, upload_with_rclone, and webhook_tasks which were missing from celery_worker.py, causing "unregistered task" errors at runtime. Add dynamic test that discovers all task modules in app/tasks/ and verifies each is imported in celery_worker.py. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>