chore: snapshot workflow migration progress

This commit is contained in:
2026-04-12 11:49:04 +02:00
parent 0cd02513d5
commit 3e810c74a3
163 changed files with 31774 additions and 2753 deletions
@@ -8,6 +8,7 @@ import logging
from datetime import datetime
from app.tasks.celery_app import celery_app
from app.core.render_paths import ensure_group_writable_dir
from app.core.task_logs import log_task_event
from app.core.pipeline_logger import PipelineLogger
@@ -149,7 +150,7 @@ def render_order_line_task(self, order_line_id: str):
product_name = render_invocation.product_name
ot_name = render_invocation.output_type_name
output_path = render_invocation.output_path
_Path(output_path).parent.mkdir(parents=True, exist_ok=True)
ensure_group_writable_dir(_Path(output_path).parent)
render_width = render_invocation.width
render_height = render_invocation.height
render_engine = render_invocation.engine