moving tons of stuff around

This commit is contained in:
2025-07-09 01:27:55 -05:00
parent d7a610a83b
commit 5e828f8e74
19 changed files with 7941 additions and 2 deletions

View File

@ -142,4 +142,4 @@ def init_media_tasks(celery_app):
Called by the JSONdriven loader so tasks_init no longer errors.
Celery scheduling is handled via on_after_configure.
"""
celery_app.logger.info("[Media] init_media_tasks called (noop)")
celery_app.log.get_default_logger().info("[Media] init_media_tasks no-op")