from app.workers.celery_app import celery_app @celery_app.task(name="video.submit") def submit_video_task(task_id: int) -> int: return task_id