mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
refactor: govern background tasks and query ownership
This commit is contained in:
+24
-3
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6444,
|
||||
"edge_sha256": "b5db7b31c7ea4dd7311fcd9e11a49eb32feb6939f896ed85703b3573408752a8",
|
||||
"edge_count": 6464,
|
||||
"edge_sha256": "256ae6f9cd8950b0fe2743e81300551877eb595bda37b8ce114f439b33496af9",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -1510,6 +1510,8 @@
|
||||
"app.api.context -> app.application.subscription.delete",
|
||||
"app.api.context -> app.application.subscription.identity",
|
||||
"app.api.context -> app.application.subscription.mutation",
|
||||
"app.api.context -> app.runtime",
|
||||
"app.api.context -> app.runtime.tasks",
|
||||
"app.api.context -> app.startup",
|
||||
"app.api.context -> app.startup.context",
|
||||
"app.api.dependencies.agent -> app.api",
|
||||
@@ -1599,6 +1601,7 @@
|
||||
"app.api.dependencies.subscription -> app.runtime",
|
||||
"app.api.dependencies.subscription -> app.runtime.events",
|
||||
"app.api.dependencies.subscription -> app.runtime.log",
|
||||
"app.api.dependencies.subscription -> app.runtime.tasks",
|
||||
"app.api.dependencies.subscription -> app.schemas",
|
||||
"app.api.dependencies.subscription -> app.schemas.types",
|
||||
"app.api.dependencies.subscription -> app.startup",
|
||||
@@ -1945,6 +1948,7 @@
|
||||
"app.api.endpoints.message -> app.adapters.web.security",
|
||||
"app.api.endpoints.message -> app.adapters.web.security.access",
|
||||
"app.api.endpoints.message -> app.api",
|
||||
"app.api.endpoints.message -> app.api.context",
|
||||
"app.api.endpoints.message -> app.api.dependencies",
|
||||
"app.api.endpoints.message -> app.api.dependencies.agent",
|
||||
"app.api.endpoints.message -> app.api.dependencies.auth",
|
||||
@@ -1961,6 +1965,7 @@
|
||||
"app.api.endpoints.message -> app.runtime.extensions",
|
||||
"app.api.endpoints.message -> app.runtime.extensions.service_config",
|
||||
"app.api.endpoints.message -> app.runtime.log",
|
||||
"app.api.endpoints.message -> app.runtime.tasks",
|
||||
"app.api.endpoints.message -> app.schemas",
|
||||
"app.api.endpoints.message -> app.schemas.message",
|
||||
"app.api.endpoints.message -> app.schemas.response",
|
||||
@@ -2048,6 +2053,7 @@
|
||||
"app.api.endpoints.plugin -> app.adapters.web.security",
|
||||
"app.api.endpoints.plugin -> app.adapters.web.security.access",
|
||||
"app.api.endpoints.plugin -> app.api",
|
||||
"app.api.endpoints.plugin -> app.api.context",
|
||||
"app.api.endpoints.plugin -> app.api.dependencies",
|
||||
"app.api.endpoints.plugin -> app.api.dependencies.auth",
|
||||
"app.api.endpoints.plugin -> app.api.dependencies.plugin",
|
||||
@@ -2070,6 +2076,7 @@
|
||||
"app.api.endpoints.plugin -> app.runtime.extensions.plugin",
|
||||
"app.api.endpoints.plugin -> app.runtime.extensions.plugin.contracts",
|
||||
"app.api.endpoints.plugin -> app.runtime.log",
|
||||
"app.api.endpoints.plugin -> app.runtime.tasks",
|
||||
"app.api.endpoints.plugin -> app.schemas",
|
||||
"app.api.endpoints.plugin -> app.schemas.common",
|
||||
"app.api.endpoints.plugin -> app.schemas.plugin",
|
||||
@@ -2122,6 +2129,7 @@
|
||||
"app.api.endpoints.site -> app.adapters.web.security",
|
||||
"app.api.endpoints.site -> app.adapters.web.security.access",
|
||||
"app.api.endpoints.site -> app.api",
|
||||
"app.api.endpoints.site -> app.api.context",
|
||||
"app.api.endpoints.site -> app.api.dependencies",
|
||||
"app.api.endpoints.site -> app.api.dependencies.auth",
|
||||
"app.api.endpoints.site -> app.api.dependencies.site",
|
||||
@@ -2145,6 +2153,7 @@
|
||||
"app.api.endpoints.site -> app.domain.site",
|
||||
"app.api.endpoints.site -> app.runtime",
|
||||
"app.api.endpoints.site -> app.runtime.log",
|
||||
"app.api.endpoints.site -> app.runtime.tasks",
|
||||
"app.api.endpoints.site -> app.schemas",
|
||||
"app.api.endpoints.site -> app.schemas.common",
|
||||
"app.api.endpoints.site -> app.schemas.response",
|
||||
@@ -2180,6 +2189,7 @@
|
||||
"app.api.endpoints.subscribe -> app.adapters.web.security",
|
||||
"app.api.endpoints.subscribe -> app.adapters.web.security.access",
|
||||
"app.api.endpoints.subscribe -> app.api",
|
||||
"app.api.endpoints.subscribe -> app.api.context",
|
||||
"app.api.endpoints.subscribe -> app.api.dependencies",
|
||||
"app.api.endpoints.subscribe -> app.api.dependencies.auth",
|
||||
"app.api.endpoints.subscribe -> app.api.dependencies.subscription",
|
||||
@@ -2201,6 +2211,7 @@
|
||||
"app.api.endpoints.subscribe -> app.domain.metainfo",
|
||||
"app.api.endpoints.subscribe -> app.runtime",
|
||||
"app.api.endpoints.subscribe -> app.runtime.events",
|
||||
"app.api.endpoints.subscribe -> app.runtime.tasks",
|
||||
"app.api.endpoints.subscribe -> app.schemas",
|
||||
"app.api.endpoints.subscribe -> app.schemas.common",
|
||||
"app.api.endpoints.subscribe -> app.schemas.event",
|
||||
@@ -2347,9 +2358,12 @@
|
||||
"app.api.endpoints.webhook -> app.adapters.web.security",
|
||||
"app.api.endpoints.webhook -> app.adapters.web.security.access",
|
||||
"app.api.endpoints.webhook -> app.api",
|
||||
"app.api.endpoints.webhook -> app.api.context",
|
||||
"app.api.endpoints.webhook -> app.api.response",
|
||||
"app.api.endpoints.webhook -> app.chain",
|
||||
"app.api.endpoints.webhook -> app.chain.webhook",
|
||||
"app.api.endpoints.webhook -> app.runtime",
|
||||
"app.api.endpoints.webhook -> app.runtime.tasks",
|
||||
"app.api.endpoints.webhook -> app.schemas",
|
||||
"app.api.endpoints.webhook -> app.schemas.response",
|
||||
"app.api.endpoints.workflow -> app.adapters",
|
||||
@@ -2555,6 +2569,8 @@
|
||||
"app.application.mediaserver -> app.schemas.mediaserver",
|
||||
"app.application.mediaserver -> app.schemas.system",
|
||||
"app.application.mediaserver -> app.schemas.types",
|
||||
"app.application.messaging.agent -> app.runtime",
|
||||
"app.application.messaging.agent -> app.runtime.tasks",
|
||||
"app.application.messaging.agent -> app.schemas",
|
||||
"app.application.messaging.agent -> app.schemas.types",
|
||||
"app.application.messaging.chat -> app.application",
|
||||
@@ -5988,6 +6004,8 @@
|
||||
"app.startup.context -> app.application.subscription.identity",
|
||||
"app.startup.context -> app.application.subscription.mutation",
|
||||
"app.startup.context -> app.application.workflow",
|
||||
"app.startup.context -> app.runtime",
|
||||
"app.startup.context -> app.runtime.tasks",
|
||||
"app.startup.database -> app.adapters",
|
||||
"app.startup.database -> app.adapters.system",
|
||||
"app.startup.database -> app.adapters.system.backup",
|
||||
@@ -6050,6 +6068,7 @@
|
||||
"app.startup.lifecycle -> app.runtime.log",
|
||||
"app.startup.lifecycle -> app.runtime.settings",
|
||||
"app.startup.lifecycle -> app.runtime.state",
|
||||
"app.startup.lifecycle -> app.runtime.tasks",
|
||||
"app.startup.lifecycle -> app.runtime.topology",
|
||||
"app.startup.lifecycle -> app.startup",
|
||||
"app.startup.lifecycle -> app.startup.cache_initializer",
|
||||
@@ -6164,6 +6183,7 @@
|
||||
"app.startup.modules_initializer -> app.runtime.observability",
|
||||
"app.startup.modules_initializer -> app.runtime.settings",
|
||||
"app.startup.modules_initializer -> app.runtime.state",
|
||||
"app.startup.modules_initializer -> app.runtime.tasks",
|
||||
"app.startup.modules_initializer -> app.runtime.thread",
|
||||
"app.startup.modules_initializer -> app.scheduler",
|
||||
"app.startup.modules_initializer -> app.schemas",
|
||||
@@ -6461,7 +6481,7 @@
|
||||
"app.workflow.actions.transfer_file -> app.workflow",
|
||||
"app.workflow.actions.transfer_file -> app.workflow.actions"
|
||||
],
|
||||
"module_count": 798,
|
||||
"module_count": 799,
|
||||
"modules": [
|
||||
"app",
|
||||
"app.adapters",
|
||||
@@ -7153,6 +7173,7 @@
|
||||
"app.runtime.scheduling",
|
||||
"app.runtime.settings",
|
||||
"app.runtime.state",
|
||||
"app.runtime.tasks",
|
||||
"app.runtime.thread",
|
||||
"app.runtime.topology",
|
||||
"app.scheduler",
|
||||
|
||||
Reference in New Issue
Block a user