From 752456c3829541322dc315c5bcf9fa8401d7a724 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:31:53 +0000 Subject: [PATCH] Docs update (903e1a3) --- docs/3.0/resources/upgrade-agents-to-workers.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/3.0/resources/upgrade-agents-to-workers.mdx b/docs/3.0/resources/upgrade-agents-to-workers.mdx index 4ad1d5738595..d907f1f6ab68 100644 --- a/docs/3.0/resources/upgrade-agents-to-workers.mdx +++ b/docs/3.0/resources/upgrade-agents-to-workers.mdx @@ -52,6 +52,8 @@ with a single command. - The YAML-based API supports [templating](/3.0/deploy/infrastructure-concepts/prefect-yaml/#templating-options) to enable [dryer deployment definitions](/3.0/deploy/infrastructure-examples/docker/#reusing-configuration-across-deployments). +- **Worker Status Filtering:** Deployment scripts now include logic to check for active workers in a work pool before displaying setup instructions, enhancing user experience by providing relevant information only when necessary. + ## Upgrade changes 1. **Deployment CLI and Python SDK:**