PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.31k stars 1.5k forks source link

Split the "work pools and workers" page into two pages #14298

Closed djsauble closed 4 days ago

djsauble commented 4 days ago

Work pools: https://prefect-bd373955-split_the_deploy_work_pools_and_workers_in.mintlify.app/3.0rc/deploy/control-runs/work-pools Workers: https://prefect-bd373955-split_the_deploy_work_pools_and_workers_in.mintlify.app/3.0rc/deploy/control-runs/workers

For more context see: https://github.com/PrefectHQ/prefect/issues/14094

Example

Most links to this page reference either work pools or workers, not both. This is a smell which indicates that this page should be two, not one. It's also a very long page, so splitting it up makes it a bit more manageable.

Checklist