Reset to HoopScout v2 runtime foundation and simplified topology
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
from .celery import app as celery_app
|
||||
"""
|
||||
HoopScout v2 runtime package.
|
||||
|
||||
__all__ = ("celery_app",)
|
||||
Celery is intentionally not auto-loaded at import time in v2 foundation runtime.
|
||||
Legacy task modules remain in-repo and can be loaded explicitly if needed.
|
||||
"""
|
||||
|
||||
__all__ = ()
|
||||
|
||||
Reference in New Issue
Block a user