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:
@@ -7,4 +7,4 @@ from .celery import app as celery_app
|
||||
# Для совместимости с командами типа 'celery -A myproject'
|
||||
celery = celery_app
|
||||
|
||||
__all__ = ('celery_app',)
|
||||
__all__ = ('celery_app', 'celery')
|
||||
|
||||
Reference in New Issue
Block a user