From d82442ea1d3781761e070f29a0eceeb063008989 Mon Sep 17 00:00:00 2001 From: Mathieu Larose Date: Mon, 2 Dec 2024 12:03:21 -0500 Subject: [PATCH] docs: fix agent queues property in ECS config reference (#26169) ## Summary & Motivation Fix a field name that is inconsistent with code and other configuration reference for agent queues configuration. ## How I Tested These Changes - Validated looking at code and other example ## Changelog > NOCHANGELOG --- .../deployment/agents/amazon-ecs/configuration-reference.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/dagster-plus/deployment/agents/amazon-ecs/configuration-reference.mdx b/docs/content/dagster-plus/deployment/agents/amazon-ecs/configuration-reference.mdx index 39bad9ed1f086..84597051fdeb1 100644 --- a/docs/content/dagster-plus/deployment/agents/amazon-ecs/configuration-reference.mdx +++ b/docs/content/dagster-plus/deployment/agents/amazon-ecs/configuration-reference.mdx @@ -177,7 +177,7 @@ isolated_agents: enabled: agent_queues: include_default_queue: - queues: + additional_queues: - - ``` @@ -335,7 +335,7 @@ These settings specify the queue(s) the agent will obtain requests from. See [Ro This agent process requests from the default queue if set to true. - + A list of additional queues to include in the agent's processing.