Hi everyone! Could you explain how to move from ag...
# ask-community
g
Hi everyone! Could you explain how to move from agent to worker? I’m getting this
Copy code
Discovered type 'prefect-agent' for work pool '<>'.
'prefect-agent' typed work pools work with Prefect Agents instead of Workers.
Please use the 'prefect agent start' to start a Prefect Agent.
if I try to use
prefect worker start
instead of
prefect agent start
o
Hey, you need to create new pools for your workers, can't use the old ones.