celery 容灾升级
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from app.services.celery_runtime.runtime_service import (
|
||||
CeleryRuntimeLease,
|
||||
RuntimeIdentity,
|
||||
build_runtime_id,
|
||||
runtime_lock_exists,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"CeleryRuntimeLease",
|
||||
"RuntimeIdentity",
|
||||
"build_runtime_id",
|
||||
"runtime_lock_exists",
|
||||
]
|
||||
Reference in New Issue
Block a user