<@ULVA73B9P> if I deploy a new container when a wo...
# ask-marvin
j
@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
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
how does prefect dictate which version of a container will run?