Working on tasks
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user