Robin
05/04/2023, 7:37 PMwork queue
and work pool
behavior š¤
I have created a deployment with work queue wq1
.
I have created a prefect agent with work queue wq1
.
⢠Agent started! Looking for work from queue(s): wq1...
When I trigger a flow via API, it is shown as:
⢠work pool: default-agent-pool
⢠work queue: wq1
However, the agent does not pick up that flow run š¤
Any thoughts or suggestions?
PS: I did it similarly before and it worked before, I think.
PPS: I redeployed the flow already several times (i.e. whenever I needed to restart the related EC2 instance).wq1
workpool currently shows as Unhealthy
even though the prefect agent is running š¤PENDING
state.
I guess because a previous prefect agent did not shut down properly? š¤