<@ULVA73B9P> can a Prefect 2 Worker only poll on o...
# ask-marvin
j
@Marvin can a Prefect 2 Worker only poll on one Work Pool at a given time? Or can it poll on two separate work pools ?
m
Based on the information I found, a worker in Prefect is associated with a specific work pool and it polls its respective work pool for new runs to execute. The documentation does not explicitly mention the ability for a single worker to poll multiple work pools simultaneously. Here's a brief summary of how it works: - When a deployment creates a flow run, it is submitted to a specific work pool for scheduling. - A worker running in the execution environment can poll its respective work pool for new runs to execute. - Alternatively, the work pool can submit flow runs to serverless infrastructure directly, depending on your configuration. For more detailed information, you might want to check out the Prefect documentation on Work Pools &amp; Workers. Please note that this information is based on my current knowledge and the resources I have. For a definitive answer, you might want to reach out to the Prefect community or support.