fix(orchestrator): keep host client dependency-free
lint / lint (push) Successful in 1m6s
test / unit (pull_request) Successful in 2m35s
test / integration-docker (pull_request) Failing after 2m26s
test / coverage (pull_request) Has been skipped
test / image-input-builds (pull_request) Successful in 1m3s
tracker-policy-pr / check-pr (pull_request) Failing after 15s
lint / lint (push) Successful in 1m6s
test / unit (pull_request) Successful in 2m35s
test / integration-docker (pull_request) Failing after 2m26s
test / coverage (pull_request) Has been skipped
test / image-input-builds (pull_request) Successful in 1m3s
tracker-policy-pr / check-pr (pull_request) Failing after 15s
This commit is contained in:
@@ -10,7 +10,8 @@ import uvicorn
|
||||
|
||||
from ..orchestrator_auth import ROLE_CLI, mint
|
||||
from ..trust_domain import CONTROL_PLANE
|
||||
from .api import MAX_BODY_BYTES, ORCHESTRATOR_AUTH_HEADER, create_app
|
||||
from .api import create_app
|
||||
from .http_contract import MAX_BODY_BYTES, ORCHESTRATOR_AUTH_HEADER
|
||||
from .service import OrchestratorCore
|
||||
|
||||
MAX_REQUESTS = 32
|
||||
|
||||
Reference in New Issue
Block a user