Skip to content

Commit

Permalink
Revert previous docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
promptless[bot] authored Nov 18, 2024
1 parent 56e3ed9 commit 8806055
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/3.0/resources/upgrade-agents-to-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ from that pool.
- Improved visibility into the status of each worker, including when a worker was started
and when it last polled.
- Better handling of race conditions for high availability use cases.
- New feature to check for active workers in a work pool during deployment, preventing unnecessary worker setup instructions if active workers are present.

### Work pools

Expand Down Expand Up @@ -89,11 +88,6 @@ to enable [dryer deployment definitions](/3.0/deploy/infrastructure-examples/doc
file or use the [`deploy`](/3.0/deploy/infrastructure-examples/docker)
function.

5. **Active Worker Check and Worker Status Filtering:**

The deployment process now includes a check for active workers in a work pool. If active workers are detected, unnecessary worker setup instructions are suppressed, simplifying the deployment process for users with existing setups.

A new `WorkerFilterStatus` class has been introduced to filter workers based on their status, such as ONLINE. This allows for more precise control over deployment processes and ensures that manual worker prompts are only displayed when necessary.
## What's similar

- You can set storage blocks as the pull action in a `prefect.yaml` file.
Expand Down Expand Up @@ -159,7 +153,7 @@ by workers.

2. **[Start a worker](/3.0/deploy/infrastructure-concepts/workers/#start-a-worker)**

This worker replaces your agent and polls your new work pool for flow runs to execute. If there are already active workers in the work pool, you may not need to start a new worker.
This worker replaces your agent and polls your new work pool for flow runs to execute.

```bash
prefect worker start -p <work pool name>
Expand Down

0 comments on commit 8806055

Please sign in to comment.