Refactor task management: replace Celery with Procrastinate for background tasks and update related configurations

This commit is contained in:
2025-06-28 10:25:33 +05:00
parent 28315c59cf
commit e3b39478eb
8 changed files with 37 additions and 66 deletions

View File

@ -1,4 +0,0 @@
# myproject/__init__.py
from .celery import app as celery_app
__all__ = ("celery_app",)