feat: Add Docker entrypoint script for application orchestration and implement cleanup for stuck photo processing tasks with improved error handling.

This commit is contained in:
2025-12-13 22:42:58 +03:00
parent ea1d9546b9
commit f03e750030
5 changed files with 229 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ from .celery import app as celery_app
# Для совместимости с командами типа 'celery -A myproject'
celery = celery_app
__all__ = ('celery_app',)
__all__ = ('celery_app', 'celery')