Hi everyone! Is it possible for a single Prefect v...
# ask-community
i
Hi everyone! Is it possible for a single Prefect v2 agent to cover multiple workspaces? We can add one service account to multiple workspaces, which indicates that this is possible. On the other hand, all the docs have PREFECT_API_URL including a workspace. Thank you!
r
you will need an agent per workspace
you can start multiple agents on a pod/node
i
Got it. Thank you!