Matthew Millendorf
08/05/2024, 1:43 PMNate
08/05/2024, 9:01 PMprefect deployment build
are all used together (in 2.x)
• workers and work pools and prefect deploy
are all used together (in later 2.x and 3.x)
◦ you can use a default-agent-pool
as a work pool so that you can continue using an agent to listen for scheduled runs, but this is purely meant as intermediate compatibility, and I would not recommend transitioning to this (agent with work pools) setup from agents + infra blocks (instead, I'd recommend migrating to workers + work pools)
• you can continue to use agents on 2.x versions released before Sept 2024 (6 months after the deprecation started)
◦ you will need to pin 2.x if you cannot upgrade by Sept 2024
• only workers are supported in 3.x versions
these docs may be helpfulNate
08/05/2024, 9:01 PMClaude Jiang
08/06/2024, 4:11 AMClaude Jiang
08/06/2024, 4:13 AMMatthew Millendorf
08/06/2024, 1:18 PMNate
08/06/2024, 1:25 PMMatthew Millendorf
08/06/2024, 1:41 PMMatthew Millendorf
08/06/2024, 1:41 PMNate
08/06/2024, 1:45 PMMatthew Millendorf
08/06/2024, 1:48 PMNate
08/06/2024, 1:49 PMMatthew Millendorf
08/06/2024, 1:49 PMNate
08/06/2024, 1:49 PMClaude Jiang
08/07/2024, 12:35 AMNate
08/07/2024, 2:48 AMMatthew Millendorf
08/07/2024, 5:42 PMNate
08/07/2024, 5:44 PMMatthew Millendorf
08/07/2024, 5:44 PMMatthew Millendorf
08/15/2024, 5:33 PMNate
08/15/2024, 5:35 PMDockerContainer
KubernetesJob
etc that'd you'd have used in the past like prefect deployment build -ib kubernetes-job/foo
Matthew Millendorf
08/15/2024, 6:18 PM