use celery for asynchronous tasks, rename session_uuid -> file_uuid

This commit is contained in:
Joel Mathew Thomas
2025-02-25 19:30:58 +05:30
parent 0d35e4e071
commit 825da48712
6 changed files with 27 additions and 38 deletions
+3 -1
View File
@@ -1 +1,3 @@
from celery_app import app as celery
from .celery import app as celery_app
__all__ = ('celery_app',)