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 15, 2024
1 parent 7167d54 commit a78dab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions docs/3.0/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ python my_gh_workflow.py

Prefect automatically tracks the state of the flow run and logs the output, which can be viewed directly in the terminal or in the UI.

There are no changes between the original content and the proposed changes. Therefore, the content remains the same.

## Create a work pool

Running a flow locally is a good start, but most use cases require a remote execution environment.
Expand Down Expand Up @@ -166,10 +164,11 @@ Deploy your flow to Prefect Cloud using a managed work pool.
1. View your new work pool on the **Work Pools** page of the UI.
</Tab>
</Tabs>

<Tip>
You can also choose from other [work pool types](https://docs.prefect.io/concepts/work-pools/#worker-types).
</Tip>

## Deploy and schedule your flow

A [deployment](/3.0/deploy/infrastructure-examples/docker/) is used to determine when, where, and how a flow should run.
Expand Down
8 changes: 0 additions & 8 deletions docs/3.0/resources/upgrade-agents-to-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +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 filtering capability with `WorkerFilterStatus` that allows for the inclusion or exclusion
of specific worker statuses, simplifying deployment by suppressing unnecessary setup instructions
in environments with active workers.

### Work pools

Expand Down Expand Up @@ -91,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. **Deployment process improvements:**

Deployment scripts now check for active workers in a work pool before displaying setup instructions.
This ensures that unnecessary instructions are not shown when active workers are present,
streamlining the deployment process and improving user experience.
## What's similar

- You can set storage blocks as the pull action in a `prefect.yaml` file.
Expand Down

0 comments on commit a78dab1

Please sign in to comment.