Skip to content

Commit

Permalink
docs: fix agent queues property in ECS config reference (#26169)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mlarose authored Dec 2, 2024
1 parent f064c92 commit d82442e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ isolated_agents:
enabled: <true|false>
agent_queues:
include_default_queue: <true|false>
queues:
additional_queues:
- <queue name>
- <additional queue name>
```
Expand Down Expand Up @@ -335,7 +335,7 @@ These settings specify the queue(s) the agent will obtain requests from. See [Ro
<ReferenceTableItem propertyName="agent_queues.include_default_queue">
This agent process requests from the default queue if set to true.
</ReferenceTableItem>
<ReferenceTableItem propertyName="agent_queues.queues">
<ReferenceTableItem propertyName="agent_queues.additional_queues">
A list of additional queues to include in the agent's processing.
</ReferenceTableItem>
</ReferenceTable>

1 comment on commit d82442e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ppujuedxc-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit d82442e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.