Jay Klein
11/14/2023, 7:42 PMMarvin
11/14/2023, 7:43 PMprefect agent start --pool <work pool name>
and prefect worker start --pool <work pool name>
respectively. If you previously used infrastructure-as-code methods to start an agent, you should be able to continue using it for a worker, provided all uses of agent
are changed to worker
.
Please note that this information is based on the Prefect documentation and it's always a good idea to test this in a controlled environment before implementing it in a production setting. If you have specific concerns or encounter issues, I recommend reaching out to the Prefect community or support for more detailed guidance.