Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 6aa7d5f

Browse files
authored
remove unused back_channel_address entry (#420)
1 parent 46e8454 commit 6aa7d5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/api-service/__app__/onefuzzlib/tasks/config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from onefuzztypes.primitives import Container
1414

1515
from ..azure.containers import blob_exists, container_exists, get_container_sas_url
16-
from ..azure.creds import get_instance_id, get_instance_url
16+
from ..azure.creds import get_instance_id
1717
from ..azure.queue import get_queue_sas
1818
from ..azure.storage import StorageType
1919
from .defs import TASK_DEFINITIONS
@@ -188,7 +188,6 @@ def build_task_config(
188188
StorageType.config,
189189
add=True,
190190
),
191-
back_channel_address="https://%s/api/back_channel" % (get_instance_url()),
192191
instance_id=get_instance_id(),
193192
)
194193

src/pytypes/onefuzztypes/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ class TaskUnitConfig(BaseModel):
298298
telemetry_key: Optional[str]
299299
heartbeat_queue: str
300300
# command_queue: str
301-
back_channel_address: str
302301
input_queue: Optional[str]
303302
supervisor_exe: Optional[str]
304303
supervisor_env: Optional[Dict[str, str]]

0 commit comments

Comments
 (0)