David Maxson
09/13/2023, 3:05 PMJeff Hale
09/13/2023, 3:12 PMDeployments are server-side representations of flows. They store the crucial metadata needed for remote orchestration including when, where, and how a workflow should run. Deployments elevate workflows from functions that you must call manually to API-managed entities that can be triggered remotely
from: https://docs.prefect.io/latest/concepts/deployments/
With .serve
, you can create a deployment that doesn’t use a worker.
We’ll be exploring deployments in depth tomorrow.