Bruno Nirello
09/12/2023, 10:01 PMMarvin
09/12/2023, 10:01 PMBruno Nirello
09/12/2023, 10:03 PMNate
09/12/2023, 10:03 PMprefect deployment build
but are trying to use a worker to execute its flow runs
with prefect.yaml
and prefect deploy
- you can define a pull
step on your deployments which tell your workers how to retrieve your flow code from many different locations, like s3, gcs, github, etcNate
09/12/2023, 10:04 PMNate
09/12/2023, 10:24 PMprefect deploy
command and the one you used to start your worker?Bruno Nirello
09/12/2023, 10:30 PMBruno Nirello
09/12/2023, 10:41 PMNate
09/12/2023, 11:02 PMBruno Nirello
09/13/2023, 12:19 PMLeonardo Perazzini
10/16/2023, 7:48 PMFor me at the moment it is unfeasible to change all the flows I have for a new type of deployment... and when I try to use the infrastructure with Docker, using the worker, I am receiving this message. The agent works well for me... but when many flows are in a late state, the agent breaks some of the flows when playing for the infrastructure.
Nate
10/16/2023, 8:48 PMbuild_from_flow
although it will necessarily be a bit different, as worker-style deployments do not use the "infra block" / "storage block" paradigm that build_from_flow
expects
we will be sure to let everyone know when this is ready to use!