Working on tasks

This commit is contained in:
2025-09-21 22:51:34 +02:00
parent 98c43feadf
commit 34f7854b3c
14 changed files with 617 additions and 169 deletions

View File

@@ -6,6 +6,7 @@ This module contains all Celery tasks for processing documents.
import os
import time
from celery import Celery
# Environment variables
@@ -110,4 +111,4 @@ def process_document_task(self, file_path: str):
if __name__ == "__main__":
app.start()
app.start()