Added celerity background process

This commit is contained in:
2025-02-14 19:39:23 +01:00
parent 595b7a2a17
commit 65716ff842
5 changed files with 83 additions and 59 deletions

View File

@@ -0,0 +1,3 @@
from .celery import app as celery_app
__all__ = ('celery_app',)