Isaac
08/13/2023, 3:05 PMprefect agent start --pool hello_a_pool --pool hello_b_pool
only starts hello_b_pool
.Christopher Boyd
08/14/2023, 12:39 PMIsaac
08/16/2023, 12:24 PMprefect worker
? How should we start all work pools at the same time?Christopher Boyd
08/16/2023, 12:25 PMIsaac
08/16/2023, 5:48 PMprefect worker start --pool hello_a_pool --pool hello_b_pool
will start all the pool at the same time?Nate
08/16/2023, 5:58 PMstart
finds a flow run queued up in the work pool, the worker will grab the job infra template from the work pool and submit the work to the execution environmentChristopher Boyd
08/16/2023, 5:58 PMIsaac
08/16/2023, 6:05 PM