@Marvin if I deploy a new container when a workflow is running, will the workflow change out the code that is running later steps in the workflow?
m
Marvin
07/24/2024, 2:19 PM
Deploying a new container while a workflow is already running will not change the code that is being executed for the currently running workflow. Once a workflow starts, it will continue using the version of the code it was launched with.
For more details, refer to the Prefect documentation:
- Work Pools: https://docs.prefect.io/latest/tutorial/work-pools/
- Deployment Guides: https://docs.prefect.io/latest/guides/prefect-deploy/
If you have other questions, feel free to ask!
j
Josh P
07/24/2024, 2:20 PM
how does prefect dictate which version of a container will run?